Member Junction
    Preparing search index...

    Configuration for a custom toolbar button

    interface CustomToolbarButton {
        CssClass?: string;
        Description: string;
        Disabled?: boolean;
        Icon: string;
        Key: string;
        Name: string;
        Visible?: boolean;
    }
    Index

    Properties

    CssClass?: string

    Optional CSS class to apply to the button

    Description: string

    Tooltip text shown on hover

    Disabled?: boolean

    Whether the button should be disabled Default: false

    Icon: string

    Font Awesome icon class (e.g., "fa-solid fa-star")

    Key: string

    Unique identifier for this button

    Name: string

    Display name/label for the button (used for accessibility)

    Visible?: boolean

    Whether the button should be visible Default: true