CDocBuilderContext
class CDocBuilderContext
Description
Class used by ONLYOFFICE Document Builder for getting JS context for working.
Instance Methods
- createArray
- Creates an array, an analogue of
new Array (length)
in JS. - createNull
- Creates a null value, an analogue of
null
in JS. - createObject
- Creates an empty object, an analogue of
{}
in JS. - createScope
- Creates a context scope.
- createUndefined
- Creates an undefined value, an analogue of
undefined
in JS. - getGlobal
- Returns the global object for the current context.
- isError
- Checks for errors in JS.