Class: ActionsCache
Constructors
constructor
• new ActionsCache(actions
, server
, options?
)
Parameters
Name | Type |
---|---|
actions | any |
server | any |
options | Object |
Methods
getMessage
▸ getMessage(): any
Returns
any
getUser
▸ getUser(): any
Returns
any
goToAnchor
▸ goToAnchor(anchorName
): void
Parameters
Name | Type |
---|---|
anchorName | any |
Returns
void
onCompleted
▸ onCompleted(): void
Returns
void
onMainCacheCompleted
▸ onMainCacheCompleted(): void
Returns
void
toString
▸ toString(): string
Returns
string
extend
▸ Static
extend(other
, actions
): ActionsCache
Parameters
Name | Type |
---|---|
other | any |
actions | any |