Type Alias WebElementTabApi<NavBarDataType, ComponentType>

WebElementTabApi<NavBarDataType, ComponentType>: Omit<PotentialTabItem<NavBarDataType, ComponentType>, "onAttachTab" | keyof TabWithToolbar<ComponentType>> & {
    onAttachTab?(tab: INavigationBarTab<NavBarDataType, NavBarDataType>): void;
}

Type Parameters

  • NavBarDataType = any
  • ComponentType = any