tridion-sites-extensions-api-docs

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

ComponentType enum

Defines the subtype of a Component.

Members: * Normal - A normal Component containing XML content. * Multimedia - A Multimedia Component containing binary content. * Widget - A widget Component - a dedicated variant of the normal Component. * 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 ComponentType

Enumeration Members

Member Value Description
MULTIMEDIA "Multimedia"  
NORMAL "Normal"  
UNKNOWN_BY_CLIENT "UnknownByClient"  
WIDGET "Widget"