UiExtensionVersion Object

Fields

The fields in this section list which values can be retrieved when querying UiExtensionVersion records.

activatedAt (ISO8601Timestamp)

The date and time at which this version of the UI extension was activated.

archivedAt (ISO8601Timestamp)

The date and time at which this version of the UI extension was archived.

createdAt (ISO8601Timestamp)

The date and time at which this version of the UI extension was created.

css (String)

The CSS stylesheet.

html (String)

The HTML code.

id (ID!)

Unique identifier of the object.

javascript (String)

The Javascript code.

status (UiExtensionVersionStatus)

Indicates the location in the life-cycle.

uiExtension (UiExtension)

UI extension this version belongs to.

updatedAt (ISO8601Timestamp)

The date and time of the last update of this version of the UI extension. If this version of the UI extension has no updates it contains the createdAt value.

versionNr (Int)

The version number (1..) of this version of the UI extension.

Implements

UiExtensionVersion implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a UiExtensionVersion.