LogoPixi’VN
indexInterfaces

Interface: ActivityProps

Defined in: src/interface/activity/ActivityProps.ts:4

Properties

dateScheduling?

> optional dateScheduling?: DateSchedulingInterface

Defined in: src/interface/activity/ActivityProps.ts:17

Used to schedule what date it will be added and removed.


disabled?

> optional disabled?: string | boolean

Defined in: src/interface/activity/ActivityProps.ts:22

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

Default

false

hidden?

> optional hidden?: string | boolean

Defined in: src/interface/activity/ActivityProps.ts:27

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

Default

false

name?

> optional name?: string

Defined in: src/interface/activity/ActivityProps.ts:9

The name

Default

""

renderIcon?

> optional renderIcon?: string

Defined in: src/interface/activity/ActivityProps.ts:32

The icon of the activity.

Default

undefined

timeSlot?

> optional timeSlot?: TimeSchedulingInterface

Defined in: src/interface/activity/ActivityProps.ts:13

Time slot in which activity/commitment will be active.

On this page