FieldNodeAdapter

FieldNodeAdapter #

@furo/furo-data v2.18.0
import '@furo/data/src/lib/FieldNodeAdapter.js';
exports FieldNodeAdapter js

Binding methods for fieldNodes

Use this class to make your component bindable without handling with the internals of FieldNode.

Read more in the GUIDE section please.

Attributes and Properties #

Methods #

bindData #

bindData(fieldNode FieldNode|RepeaterNode ) ⟹ void

Binds a fieldNode. Make sure the type of your field is accepted by the implemented component.

  • fieldNode FieldNode or RepeaterNode