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
JSXElement
Class JSXElement
Hierarchy
JSXElement
Index
Constructors
constructor
Properties
children
closing
Element
opening
Element
type
Constructors
constructor
new JSXElement
(
openingElement
:
JSXOpeningElement
, children
:
JSXChild
[]
, closingElement
:
JSXClosingElement
|
null
)
:
JSXElement
Parameters
openingElement:
JSXOpeningElement
children:
JSXChild
[]
closingElement:
JSXClosingElement
|
null
Returns
JSXElement
Properties
Readonly
children
children
:
JSXChild
[]
Readonly
closing
Element
closing
Element
:
JSXClosingElement
|
null
Readonly
opening
Element
opening
Element
:
JSXOpeningElement
Readonly
type
type
:
string
Globals
JSXElement
constructor
children
closing
Element
opening
Element
type