Home > @tridion-sites/models > ListDefinition
Provides information about how a list of values should be represented to the user.
Signature:
export declare class ListDefinition
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, type }) | Constructs a new instance of the ListDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendListDefinition | ||
getInternalModel | () => BackendListDefinition | ||
height | number | undefined | Height of the list (if applicable). | |
type | ListType | undefined | List type (drop-down, checkboxes, radio buttons, etc.) |