Type alias DescribeTabSetResult

DescribeTabSetResult: {
    description: string;
    label: string;
    logoUrl: string;
    namespace?: string | null;
    selected: boolean;
    tabSetId: string;
    tabs: DescribeTab[];
}

Type declaration

  • description: string
  • label: string
  • logoUrl: string
  • Optional namespace?: string | null
  • selected: boolean
  • tabSetId: string
  • tabs: DescribeTab[]