Condividi tramite


IBookmarksManager interface

API per la gestione dei segnalibri del report.

Metodi

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

Dettagli metodo

apply(string)

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

Parametri

bookmarkName

string

Restituisce

Promise<IHttpPostMessageResponse<void>>

applyState(string)

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

Parametri

state

string

Restituisce

Promise<IHttpPostMessageResponse<void>>

capture(ICaptureBookmarkOptions)

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

Parametri

Restituisce

Promise<IReportBookmark>

getBookmarks()

function getBookmarks(): Promise<IReportBookmark[]>

Restituisce

Promise<IReportBookmark[]>

play(BookmarksPlayMode)

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

Parametri

Restituisce

Promise<IHttpPostMessageResponse<void>>