Request body for creating a generic user area.

interface ICreateUserAreaRequest {
    comment?: string;
    data?: string;
    name?: string;
}

Implemented by

Properties

Properties

comment?: string

An optional comment for the user area.

data?: string

An optional opaque application-defined data string for the user area.

name?: string

The name for the new user area. Required. Names reserved for application-managed areas (the pc_ prefix and the well-known Starred/Recent area names) are rejected.