cell-google-type-color #
@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-google-type-color.js';
exports CellGoolgeTypeColor js
exports <cell-google-type-color>
custom-element-definition
superclass LitElement
Summary: cell display renderer for
google.type.Color
Description #
cell-google-type-color
The cell-google-type-color component displays a FieldNode of type google.type.Color
in read only mode.
Every cell-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