CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Function getTabPanelAriaProps

    • Generate ARIA props for a tab panel

      Parameters

      • id: string

        Panel identifier

      • labelledBy: string

        ID of the tab that labels this panel

      • isHidden: boolean

        Whether the panel is currently hidden

      Returns {
          role: string;
          id: string;
          "aria-labelledby": string;
          hidden?: boolean;
          tabIndex: number;
      }

      ARIA props object