hosanna-ui-docs - v0.9.0
    Preparing search index...

    Tab item interface for TabSelectorView.

    interface ITabItem {
        title: string;
        value: unknown;
    }
    Index

    Properties

    Properties

    title: string

    Tab title.

    value: unknown

    Tab value (any type).