macro_rules! app_bar {
    ($($methods:tt)*) => { ... };
}
Expand description

This macro is generated by the dominator-component-macros crate. For more information, see the AppBarProps. All generated methods:

app_bar! ({
    .main(<Option < Dom >>)
    .main_signal(<TmainSignal : futures_signals :: signal :: Signal < Item = Option < Dom > >>)
    .header(<Option < Dom >>)
    .header_signal(<TheaderSignal : futures_signals :: signal :: Signal < Item = Option < Dom > >>)
    .app_bar_type(<AppBarType>)
    .app_bar_type_signal(<Tapp_bar_typeSignal : futures_signals :: signal :: Signal < Item = AppBarType
>>)
    .fixed(<bool>)
    .fixed_signal(<TfixedSignal : futures_signals :: signal :: Signal < Item = bool >>)
    .apply(<TApplyFn>)
});