Macro dmat_components::scrim
source · macro_rules! scrim { ($($methods:tt)*) => { ... }; }
Expand description
This macro is generated by the dominator-component-macros
crate.
For more information, see the ScrimProps.
All generated methods:
ⓘ
scrim! ({
.content(<Option < Dom >>)
.content_signal(<TcontentSignal : futures_signals :: signal :: Signal < Item = Option < Dom > >>)
.hide(<bool>)
.hide_signal(<ThideSignal : futures_signals :: signal :: Signal < Item = bool >>)
.on_click(<TOnClick>)
.apply(<TApplyFn>)
});