wdpr
    Preparing search index...

    Interface CollapsibleData

    Data for a [[collapsible]] block.

    interface CollapsibleData {
        attributes: AttributeMap;
        elements: Element[];
        "hide-text": string | null;
        "show-bottom": boolean;
        "show-text": string | null;
        "show-top": boolean;
        "start-open": boolean;
    }
    Index

    Properties

    attributes: AttributeMap
    elements: Element[]
    "hide-text": string | null

    Custom text for the "hide" toggle, or null for default

    "show-bottom": boolean

    Whether to show the toggle at the bottom

    "show-text": string | null

    Custom text for the "show" toggle, or null for default

    "show-top": boolean

    Whether to show the toggle at the top

    "start-open": boolean

    Whether the block starts in the expanded state