Home > @tridion-sites/models > DateListDefinition
Provides information about whether/how to present a list of allowed date field values.
Signature:
export declare class DateListDefinition extends ListDefinition
Extends: ListDefinition
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ entries: entires, …listProps }) | Constructs a new instance of the DateListDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendDateListDefinition | ||
entries | ReadonlyArray<Date> | undefined | Allowed values. | |
getInternalModel | () => BackendDateListDefinition |