MLightCAD
    Preparing search index...

    Interface UseRibbonContextualTabOptions

    interface UseRibbonContextualTabOptions {
        activeTabId: Ref<string>;
        commandGlobalNames: string | readonly string[];
        fallbackTabId?: string;
        tabId: string;
    }
    Index

    Properties

    activeTabId: Ref<string>
    commandGlobalNames: string | readonly string[]
    fallbackTabId?: string
    tabId: string