LogoPixi’VN
indexInterfaces

Interface: DateSchedulingInterface

Defined in: src/interface/DateSchedulingInterface.ts:1

Properties

from

> from: number

Defined in: src/interface/DateSchedulingInterface.ts:6

The start date. If the item hasn't started yet, it will be hidden. If you set it to 3, the item will be hidden on dates 1 and 2 and will be shown starting on date 3.


to?

> optional to?: number

Defined in: src/interface/DateSchedulingInterface.ts:12

The date when the item ends. If the item is ended yet, it will be deleted or hidden. If you set { from: 0, to: 3 }, the item will be shown into dates 1 and 2 and will be deleted or hidden from date 3.

Default

undefined

On this page