tridion-sites-extensions-api-docs

Home > @tridion-sites/models > DateListDefinition

DateListDefinition class

Provides information about whether/how to present a list of allowed date field values.

Signature:

export declare class DateListDefinition extends ListDefinition

Extends: ListDefinition

Constructors

Constructor Modifiers Description
(constructor)({ entries: entires, …listProps })   Constructs a new instance of the DateListDefinition class

Properties

Property Modifiers Type Description
_backendModel   BackendDateListDefinition  
entries   ReadonlyArray<Date> | undefined Allowed values.
getInternalModel   () => BackendDateListDefinition