Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Item

Item: { checked?: boolean; disabled?: boolean; flat?: boolean; hidden?: boolean; icon: string; order?: number; showInActionBar?: boolean; title: string; type: "btn"; onClick?: any } | { component: any; hidden?: boolean; order?: number; type: "custom" }

Schema

Schema: {} & { navigation: SchemaItem; switch: SchemaItem }

SchemaItem

SchemaItem: { items: Components.ControlCenter.Item[] }

Type declaration

SchemaTapper

SchemaTapper: (schema: Components.ControlCenter.Schema) => void

Type declaration

Generated using TypeDoc