Skip to content

Coalition Builder Frontend Components v0.1.0


Coalition Builder Frontend Components / types / NavItemData

Type Alias: NavItemData

NavItemData = object

Defined in: shared/types/index.ts:9

Properties

label

label: string

Defined in: shared/types/index.ts:10


onClick()?

optional onClick: () => void

Defined in: shared/types/index.ts:11

Returns

void


href?

optional href: string

Defined in: shared/types/index.ts:12


active?

optional active: boolean

Defined in: shared/types/index.ts:13