cell-string

cell-string #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-string.js';
exports CellString js
exports <cell-string> custom-element-definition
superclass LitElement

Summary: cell display renderer for string

Description #

cell-string The cell-string component displays a FieldNode of type string in read only mode.

Every cell-xxx component should implement the following API:

  • function: bindData(fieldNode){…}

Attributes and Properties #

Methods #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a field node to the component

  • fieldNode