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
VariableDeclarator
Class VariableDeclarator
Hierarchy
VariableDeclarator
Index
Constructors
constructor
Properties
id
init
type
Constructors
constructor
new
Variable
Declarator
(
id
:
BindingIdentifier
|
BindingPattern
, init
:
Expression
|
null
)
:
VariableDeclarator
Parameters
id:
BindingIdentifier
|
BindingPattern
init:
Expression
|
null
Returns
VariableDeclarator
Properties
Readonly
id
id
:
BindingIdentifier
|
BindingPattern
Readonly
init
init
:
Expression
|
null
Readonly
type
type
:
string
Globals
Variable
Declarator
constructor
id
init
type