Sama UI Library
    Preparing search index...

    Interface TabsNavigation

    interface TabsNavigation {
        icon?: string;
        iconClass?: string;
        isDisabled?: boolean;
        label: string;
        openInNewTab?: boolean;
        tooltip?: string;
        type: REDIRECT_NAVIGATION;
        url: string;
    }

    Hierarchy

    • RedirectNavigation
      • TabsNavigation
    Index

    Properties

    icon?: string
    iconClass?: string
    isDisabled?: boolean
    label: string
    openInNewTab?: boolean
    tooltip?: string
    type: REDIRECT_NAVIGATION
    url: string