tridion-sites-extensions-api-docs

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

ListDefinition type

Provides information about how a list of values should be represented to the user.

Signature:

export type ListDefinition = {
    $type?: string;
    Height?: number;
    Type?: ListType;
};

References: ListType