tridion-sites-extensions-api-docs

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

IdentifiableObjectDictionary type

Represents the set of Identifiable Objects grouped by the Identifiable Object Id.

Signature:

export type IdentifiableObjectDictionary = Record<string, IdentifiableObject>;

References: IdentifiableObject