Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
AddChildFromBuilder
AddChildFromBuilder
interface AddChildFromBuilder {
_addChildFromBuilder(name: string, value: any): void;
}
Defines an interface for adding a child element declared in xml.
Summary
Methods
Methods
_addChildFromBuilder
Called for every child element declared in xml.
This method will add a child element (value) to current element.
Parameter | Default | Description |
name |
| string Name of the element. |
value |
| any Value of the element. |
Returns void
- Previous
- AddArrayFromBuilder
- Next
- AlertOptions