@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
ts-morph
JsxElementStructure
Interface JsxElementStructure
interface
JsxElementStructure
{
attributes
?:
(
OptionalKind
<
JsxAttributeStructure
>
|
JsxSpreadAttributeStructure
)
[]
;
bodyText
?:
string
;
children
?:
(
JsxSelfClosingElementStructure
|
OptionalKind
<
JsxElementStructure
>
)
[]
;
kind
:
JsxElement
;
leadingTrivia
?:
string
|
WriterFunction
|
(
string
|
WriterFunction
)
[]
;
name
:
string
;
trailingTrivia
?:
string
|
WriterFunction
|
(
string
|
WriterFunction
)
[]
;
}
Hierarchy (
View Summary
)
Structure
JsxElementSpecificStructure
JsxElementStructure
Index
Properties
attributes?
body
Text?
children?
kind
leading
Trivia?
name
trailing
Trivia?
Properties
Optional
attributes
attributes
?:
(
OptionalKind
<
JsxAttributeStructure
>
|
JsxSpreadAttributeStructure
)
[]
Optional
body
Text
bodyText
?:
string
Optional
children
children
?:
(
JsxSelfClosingElementStructure
|
OptionalKind
<
JsxElementStructure
>
)
[]
kind
kind
:
JsxElement
Optional
leading
Trivia
leadingTrivia
?:
string
|
WriterFunction
|
(
string
|
WriterFunction
)
[]
Leading comments or whitespace.
name
name
:
string
Optional
trailing
Trivia
trailingTrivia
?:
string
|
WriterFunction
|
(
string
|
WriterFunction
)
[]
Trailing comments or whitespace.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
body
Text
children
kind
leading
Trivia
name
trailing
Trivia
@servicenow/sdk - v4.4.1
Loading...
Leading comments or whitespace.