tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ListDefinition

ListDefinition class

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

Signature:

export declare class ListDefinition

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, type })   Constructs a new instance of the ListDefinition class

Properties

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.)