Udostępnij za pośrednictwem


IBookmarksManager interface

Interfejsy API do zarządzania zakładkami raportu.

Metody

apply(string)
applyState(string)
capture(ICaptureBookmarkOptions)
getBookmarks()
play(BookmarksPlayMode)

Szczegóły metody

apply(string)

function apply(bookmarkName: string): Promise<IHttpPostMessageResponse<void>>

Parametry

bookmarkName

string

Zwraca

Promise<IHttpPostMessageResponse<void>>

applyState(string)

function applyState(state: string): Promise<IHttpPostMessageResponse<void>>

Parametry

state

string

Zwraca

Promise<IHttpPostMessageResponse<void>>

capture(ICaptureBookmarkOptions)

function capture(options?: ICaptureBookmarkOptions): Promise<IReportBookmark>

Parametry

Zwraca

Promise<IReportBookmark>

getBookmarks()

function getBookmarks(): Promise<IReportBookmark[]>

Zwraca

Promise<IReportBookmark[]>

play(BookmarksPlayMode)

function play(playMode: BookmarksPlayMode): Promise<IHttpPostMessageResponse<void>>

Parametry

Zwraca

Promise<IHttpPostMessageResponse<void>>