Abstract
The type of internal API data that is stored within the component
Constructs a new kind of component.
The data to construct a component out of
Readonly
dataThe API data associated with this component.
Abstract
toJSONSerializes this builder to API-compatible JSON data.
This method runs validations on the data before serializing it. As such, it may throw an error if the data is invalid.
Generated using TypeDoc
The base component builder that contains common symbols for all sorts of components.