display-furo-property-labeled

display-furo-property-labeled #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/display-furo-property-repeats-labeled.js';
exports DisplayFuroPropertyRepeatsLabeled js
exports <display-furo-property-repeats-labeled> custom-element-definition
extends /src/typerenderer/display-furo-property-repeated.js
superclass DisplayFuroPropertyRepeated

Summary: display renderer for [] furo.Property with labels

Description #

display-furo-property-repeats-labeled The display-furo-property-repeats-labeled component displays a RepeaterNode of type furo.Property in read only mode.

Every display-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 display-furo-property-repeats is a simple proxy element to show the initial state if no data is available.

  • fieldNode