The details of a UI modification.

interface UpdateUiModification {
    contexts?: Version3.Version3Models.UiModificationContextDetails[];
    data?: string;
    description?: string;
    name?: string;
    uiModificationId: string;
}

Hierarchy (view full)

Properties

List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.

data?: string

The data of the UI modification. The maximum size of the data is 50000 characters.

description?: string

The description of the UI modification. The maximum length is 255 characters.

name?: string

The name of the UI modification. The maximum length is 255 characters.

uiModificationId: string

The ID of the UI modification.