@nospamproxy/core
    Preparing search index...

    Type Parameters

    • TId extends number | string
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • TId extends string | number

      Parameters

      • id: TId

        The tab id that is used to identify the active tab.

      • __namedParameters: Partial<Omit<TabHandle<TId>, "id">>

      Returns TabHandle<TId>

    Properties

    id: TId

    The tab id that is used to identify the active tab.

    key: string | null

    The i18n key for the handle text.

    name: string | null

    The user-friendly name for the tab (the [header] value from markup; case-insensitive).

    value: string | null

    The translated handle text.