Member Junction
    Preparing search index...

    Per-option config understood by .

    interface ViewToggleOption {
        icon?: string;
        key: string;
        label?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    icon?: string

    Font Awesome icon class (e.g. 'fa-solid fa-grip'). Optional when label is provided.

    key: string

    Unique key — emitted via (KeyChange) when clicked.

    label?: string

    Visible text label. Optional — when omitted the option is icon-only.

    title?: string

    Tooltip / aria-label. Required when label is omitted (icon-only mode).