Custom Components
What are they, how are they reusable and why
Building and Customizing
Component API
Key | Description | |
HTML | Contains HTML to be rendered as a component. | |
fields | Optional either | |
source | ||
modelSource | { model } | If supplied, this will act as the models data source |
schema | All schema keys can be accessed from within the component as | |
Implementation API
Key | Description | |
---|---|---|
<bfcomp> | html tag name needed to identify a BF component | |
name | string | The component name |
modelSource | used to supply the model will be for this component, in not supplied, the current model for the element is used. | |
modelDev | object | optional, used to add model keys that can be used for development and tests of components that are rendered where there is no |
source | { component } | If supplied, this will act as the entire source for the component. This attribute was added to allow the BF component editor the ability to preview live components. |
fields | array | If supplied will act as the source of the field schema and replace the components default fields |
attributes | various | All additional attributes supplied will override the components schema keys where applicable. |
Usage as an JSON Schema element
< JSON Schema here >
Usage as an HTML Vue component
Last updated