Preparing search index...
The search index is not available
docx
docx
BuilderElement
Class BuilderElement<T>
Type Parameters
T
extends
AttributeData
Hierarchy
XmlComponent
BuilderElement
Index
Constructors
constructor
Methods
add
Child
Element
prep
For
Xml
Constructors
constructor
new
Builder
Element
<
T
>
(
options
:
{
attributes
?:
AttributePayload
<
T
>
;
children
?:
readonly
XmlComponent
[]
;
name
:
string
;
}
)
:
BuilderElement
<
T
>
Type Parameters
T
extends
AttributeData
Parameters
options:
{
attributes
?:
AttributePayload
<
T
>
;
children
?:
readonly
XmlComponent
[]
;
name
:
string
;
}
Optional
Readonly
attributes
?:
AttributePayload
<
T
>
Optional
Readonly
children
?:
readonly
XmlComponent
[]
Readonly
name
:
string
Returns
BuilderElement
<
T
>
Methods
add
Child
Element
add
Child
Element
(
child
:
string
|
XmlComponent
)
:
XmlComponent
Parameters
child:
string
|
XmlComponent
Returns
XmlComponent
prep
For
Xml
prep
For
Xml
(
context
:
IContext
)
:
undefined
|
IXmlableObject
Parameters
context:
IContext
Returns
undefined
|
IXmlableObject
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
docx
Builder
Element
constructor
add
Child
Element
prep
For
Xml
Generated using
TypeDoc