CIA Compliance Manager API Documentation - v1.1.6
    Preparing search index...

    Interface UseTabsOptions

    Options for the useTabs hook

    interface UseTabsOptions {
        initialTab?: string;
        onChange?: (tabId: string) => void;
    }
    Index

    Properties

    initialTab?: string

    Initial active tab ID (defaults to first tab if not specified)

    onChange?: (tabId: string) => void

    Callback when tab changes