-
Notifications
You must be signed in to change notification settings - Fork 0
Home
TK edited this page Jun 14, 2022
·
2 revisions
- apiKey: string
static(type: string, name: string): Object
Get map's static object
Avaliable types and their names
object(type: string, ...args): Object
Create map's object
Avaliable types and their arguments
isSameObject(a: Object, b: Object): boolean
Indicates whether two objects are the same
call(method: string, ...args): Promise
Call map's methods
Avaliable methods and their arguments
objectCall(object: Object, method: string, ...args): Promise
Call map object's methods
Avaliable object's methods and their arguments