Метаданные настроек ссылки представления в узле рабочего места.

interface IWorkplaceViewReferenceMetadata {
    colPrefix: null | string;
    refSection: null | string[];
    clone(): IWorkplaceViewReferenceMetadata;
    deserializeFromStorage(
        storage: IStorage,
        context?: StorageSerializableContext,
    ): this;
    isSealed(): boolean;
    seal(): this;
    serializeToStorage(
        storage?: IStorage,
        context?: StorageSerializableContext,
    ): IStorage;
}

Hierarchy (View Summary, Expand)

Implemented by

Properties

colPrefix: null | string

Префикс колонки ссылки представления.

refSection: null | string[]

Имена секций, которые указываются для данной ссылки.

Methods

  • Returns boolean

  • Returns this

MMNEPVFCICPMFPCPTTAAATR