tridion-sites-extensions-api-docs

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

LoadInfoState enum

Enum of load states.

Members: * FullyLoaded - An item is fully loaded.

* PartiallyLoaded - An item is partially loaded.

* 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 LoadInfoState

Enumeration Members

Member Value Description
FULLY_LOADED "FullyLoaded"  
PARTIALLY_LOADED "PartiallyLoaded"  
UNKNOWN_BY_CLIENT "UnknownByClient"