tridion-sites-extensions-api-docs

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

ApplicationData type

Represents application-specific data which can be stored system-wide (global) or associated with any identifiable object.

Signature:

export type ApplicationData = {
    $type?: string;
    ApplicationId?: string;
    Data?: string;
    IsInherited?: boolean;
    ManagedLinks?: Array<Link>;
    OwningRepositoryId?: string;
    TypeId?: string;
};

References: Link