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

interface IViewPlaceholderInfo {
    currentPage: number;
    pageLimit: number;
    parameters: ViewRequestParameter[];
    sortColumns: ISortColumn[];
    clone(): IViewPlaceholderInfo;
    deserializeFromStorage(
        storage: IStorage,
        context?: StorageSerializableContext,
    ): this;
    isSealed(): boolean;
    seal(): this;
    serializeToStorage(
        storage?: IStorage,
        context?: StorageSerializableContext,
    ): IStorage;
    setFrom(info: IViewPlaceholderInfo): void;
}

Hierarchy (View Summary, Expand)

Implemented by

Properties

currentPage: number
pageLimit: number
parameters: ViewRequestParameter[]
sortColumns: ISortColumn[]

Methods

  • Returns boolean

  • Returns this

MMNEPVFCICPMFPCPTTAAATR