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

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

content_block! ({
    .title_section(<Option < Dom >>)
    .title_section_signal(<Ttitle_sectionSignal : futures_signals :: signal :: Signal < Item = Option <
Dom > >>)
    .media_section(<Option < Dom >>)
    .media_section_signal(<Tmedia_sectionSignal : futures_signals :: signal :: Signal < Item = Option <
Dom > >>)
    .supporting_section(<Option < Dom >>)
    .supporting_section_signal(<Tsupporting_sectionSignal : futures_signals :: signal :: Signal < Item =
Option < Dom > >>)
    .footer_section(<Option < Dom >>)
    .footer_section_signal(<Tfooter_sectionSignal : futures_signals :: signal :: Signal < Item = Option <
Dom > >>)
    .apply(<TApplyFn>)
});