LogoPixi’VN
indexInterfaces

Interface: LocationBaseModelProps

Defined in: src/interface/navigation/LocationBaseModelProps.ts:3

Properties

activities?

> optional activities?: (string | ActivityInterface)[]

Defined in: src/interface/navigation/LocationBaseModelProps.ts:28

The activities that are available in this location.

Default

[]

disabled?

> optional disabled?: string | boolean

Defined in: src/interface/navigation/LocationBaseModelProps.ts:13

Whether is disabled. You can also pass a Pixi'VN flag name.

Default

false

hidden?

> optional hidden?: string | boolean

Defined in: src/interface/navigation/LocationBaseModelProps.ts:18

Whether is hidden. You can also pass a Pixi'VN flag name.

Default

false

icon?

> optional icon?: string

Defined in: src/interface/navigation/LocationBaseModelProps.ts:23

The icon of the location.

Default

undefined

name?

> optional name?: string

Defined in: src/interface/navigation/LocationBaseModelProps.ts:8

The name

Default

""

On this page