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

    Interface TabsState

    State management for tabs

    Represents the current state of a tab group.

    interface TabsState {
        activeTab: string;
        tabs: Tab[];
    }
    Index

    Properties

    Properties

    activeTab: string

    Currently active tab ID

    tabs: Tab[]

    All tabs in the group