Search
Preparing search index...
The search index is not available
davinci-mathscript 1.3.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
MethodDefinition
Class MethodDefinition
Hierarchy
MethodDefinition
Index
Constructors
constructor
Properties
computed
key
kind
static
type
value
Constructors
constructor
new
Method
Definition
(
key
:
Expression
|
null
, computed
:
boolean
, value
:
AsyncFunctionExpression
|
FunctionExpression
|
null
, kind
:
string
, isStatic
:
boolean
)
:
MethodDefinition
Parameters
key:
Expression
|
null
computed:
boolean
value:
AsyncFunctionExpression
|
FunctionExpression
|
null
kind:
string
isStatic:
boolean
Returns
MethodDefinition
Properties
Readonly
computed
computed
:
boolean
Readonly
key
key
:
Expression
|
null
Readonly
kind
kind
:
string
Readonly
static
static
:
boolean
Readonly
type
type
:
string
Readonly
value
value
:
AsyncFunctionExpression
|
FunctionExpression
|
null
Globals
Method
Definition
constructor
computed
key
kind
static
type
value