A status.

interface StatusDetails {
    description?: string;
    iconUrl?: string;
    id?: string;
    name?: string;
    scope?: Scope;
    self?: string;
    statusCategory?: StatusCategory;
}

Hierarchy

  • Record<string, unknown>
    • StatusDetails

Properties

description?: string

The description of the status.

iconUrl?: string

The URL of the icon used to represent the status.

id?: string

The ID of the status.

name?: string

The name of the status.

scope?: Scope

The scope of the field.

self?: string

The URL of the status.

statusCategory?: StatusCategory

The category assigned to the status.