Flarum (v2.0.0-beta.6)
    Preparing search index...
    interface PageStructureAttrs {
        className: string;
        hero?: () => Children;
        loading?: boolean;
        pane?: () => Children;
        sidebar?: () => Children;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

      Any other virtual element properties, including attributes and event handlers.

    Index

    Properties

    className: string

    The class name(s) for this virtual element, as a space-separated list.

    hero?: () => Children
    loading?: boolean
    pane?: () => Children
    sidebar?: () => Children