tridion-sites-extensions-api-docs

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

ListType enum

Specifies the type of list used to present allowed field values.

Members: * None - Don’t present a list of allowed values. * Select - Present a select list (or drop-down list if Height=1) * Radio - Present radio buttons. * Checkbox - Present check boxes. * Tree - Present a tree (Taxonomy). * UnknownByClient - Special reserved value used to notify an older API version client about the presence of an enumeration member added in a later API version. Explicitly setting this value by a client is not allowed, but client code should check it and be able to handle such cases.

Signature:

export declare enum ListType

Enumeration Members

Member Value Description
CHECKBOX "Checkbox"  
NONE "None"  
RADIO "Radio"  
SELECT "Select"  
TREE "Tree"  
UNKNOWN_BY_CLIENT "UnknownByClient"