tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > DateListDefinition

DateListDefinition type

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

Signature:

export type DateListDefinition = ListDefinition & {
    Entries?: Array<string>;
};

References: ListDefinition