celledit-furo-property

celledit-furo-property #

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

Summary: celledit renderer for furo.Property

Description #

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

Every celledit-xxx component should implement the following API:

  • function: bindData(fieldNode){…}

Attributes and Properties #

noDataText #

noDataText string default: ''

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

_typeResolved #

default: false



Methods #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

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

  • fieldNode

_warning #

_warning() ⟹ void

*fn–warning