tridion-sites-extensions-api-docs

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

SingleLineTextListDefinition type

Provides information about whether/how to present a list of allowed single-line text field values.

Signature:

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

References: ListDefinition