@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
ts-morph
PropertyAssignmentStructure
Interface PropertyAssignmentStructure
interface
PropertyAssignmentStructure
{
initializer
:
string
|
WriterFunction
;
kind
:
PropertyAssignment
;
leadingTrivia
?:
string
|
WriterFunction
|
(
string
|
WriterFunction
)
[]
;
name
:
string
;
trailingTrivia
?:
string
|
WriterFunction
|
(
string
|
WriterFunction
)
[]
;
}
Hierarchy (
View Summary
)
Structure
PropertyAssignmentSpecificStructure
PropertyNamedNodeStructure
PropertyAssignmentStructure
Index
Properties
initializer
kind
leading
Trivia?
name
trailing
Trivia?
Properties
initializer
initializer
:
string
|
WriterFunction
kind
kind
:
PropertyAssignment
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
initializer
kind
leading
Trivia
name
trailing
Trivia
@servicenow/sdk - v4.4.1
Loading...
Leading comments or whitespace.