display-google-type-color

display-google-type-color #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/display-google-type-color.js';
exports DisplayGoolgeTypeColor js
exports <display-google-type-color> custom-element-definition
superclass LitElement

Summary: display renderer for google.type.Color

Description #

display-google-type-color The display-google-type-color component displays a FieldNode of type google.type.Color in read only mode.

Every display-xxx component should implement the following API:

  • function: bindData(fieldNode){…}

Attributes and Properties #

_red #

default: ''



_green #

default: ''



_blue #

default: ''



Methods #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a field node to the component

  • fieldNode