Home > @tridion-sites/open-api-client > SingleLineTextListDefinition
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