Workplace`s data.

interface IWorkplace {
    metadata: IWorkplaceMetadata;
    order: number;
    roles: IRoleLink[];
    clone(): IWorkplace;
    deserializeFromStorage(
        storage: IStorage,
        context?: StorageSerializableContext,
    ): this;
    serializeToStorage(
        storage?: IStorage,
        context?: StorageSerializableContext,
    ): IStorage;
}

Hierarchy (View Summary, Expand)

Implemented by

Properties

Metadata.

order: number

Order in the list of workplaces.

roles: IRoleLink[]

List of roles to which the workplace is available.

Methods

  • Создает новый объект, который является копией текущего экземпляра.

    Returns IWorkplace

MMNEPVFCICPMFPCPTTAAATR