Skip to main content

Class: ActionsCache

DBM.Actions.ActionsCache

Constructors

constructor

new ActionsCache(actions, server, options?)

Parameters

NameType
actionsany
serverany
optionsObject

Methods

getMessage

getMessage(): any

Returns

any


getUser

getUser(): any

Returns

any


goToAnchor

goToAnchor(anchorName): void

Parameters

NameType
anchorNameany

Returns

void


onCompleted

onCompleted(): void

Returns

void


onMainCacheCompleted

onMainCacheCompleted(): void

Returns

void


toString

toString(): string

Returns

string


extend

Static extend(other, actions): ActionsCache

Parameters

NameType
otherany
actionsany

Returns

ActionsCache