@salesforce/packaging
Preparing search index...
interfaces/packagingInterfacesAndType
AncestryRepresentationProducer
Type Alias AncestryRepresentationProducer
type
AncestryRepresentationProducer
=
{
label
:
string
;
options
?:
AncestryRepresentationProducerOptions
;
addNode
(
node
:
AncestryRepresentationProducer
)
:
void
;
produce
()
:
string
|
void
|
PackageAncestryNodeData
;
}
Implemented by
AncestryDotProducer
AncestryJsonProducer
AncestryTreeProducer
Index
Properties
label
options?
Methods
add
Node
produce
Properties
label
label
:
string
Optional
options
options
?:
AncestryRepresentationProducerOptions
Methods
add
Node
addNode
(
node
:
AncestryRepresentationProducer
)
:
void
Parameters
node
:
AncestryRepresentationProducer
Returns
void
produce
produce
()
:
string
|
void
|
PackageAncestryNodeData
Returns
string
|
void
|
PackageAncestryNodeData
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
label
options
Methods
add
Node
produce
@salesforce/packaging
Loading...