Pilates
    Preparing search index...

    Interface TabsItem

    interface TabsItem {
        disabled?: boolean;
        key: string;
        label: string;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    When true, this tab cannot be activated and renders dimly.

    key: string

    Stable identifier passed to onChange when this tab is activated.

    label: string

    Display text.