cell-furo-property-repeated

cell-furo-property-repeated #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-furo-property-repeated.js';
exports CellFuroPropertyRepeated js
exports <cell-furo-property-repeated> custom-element-definition
superclass LitElement
mixes FBP

Summary: cell display renderer for [] furo.Property

Description #

cell-furo-property-repeats The cell-furo-property-repeats component displays a FieldNode of type furo.Property in read only mode.

Every cell-xxx component should implement the following API:

  • function: bindData(fieldNode){…}

Attributes and Properties #

elementList #

default: []



_typeResolved #

default: false



noDataText #

noDataText String

Defines the empty state display With a furo.Property type, the effective type is only known when the data is transmitted. Default: ’'

Methods #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a field node to the component the cell-furo-property-repeats is a simple proxy element to show the initial state if no data is available.

  • fieldNode

_updateFieldList #

_updateFieldList() ⟹ void

*fn–update-field-list