The details of a UI modification.

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

Hierarchy (view full)

Properties

List of contexts of the UI modification. The maximum number of contexts is 1000.

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.