Identifiers for a UI modification.

interface UiModificationIdentifiers {
    id: string;
    self: string;
}

Properties

Properties

id: string

The ID of the UI modification.

self: string

The URL of the UI modification.