cell-google-protobuf-any #
@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-google-protobuf-any.js';
exports CellGoolgeProtobufAny js
exports <cell-google-protobuf-any>
custom-element-definition
superclass LitElement
Summary: cell display renderer for
google.protobuf.Any
Description #
cell-google-protobuf-any
The cell-google-protobuf-any component is a wrapper displays of type google.protobuf.Any
in read only mode.
Every cell-xxx component should implement the following API:
- function: bindData(fieldNode){…}
Attributes and Properties #
_typeResolved #
default: false
Methods #
bindData #
bindData(fieldNode FieldNode
) ⟹ void
FieldNode
→
fn-bind-data
Binds a field node to the component the cell-google-protobuf-any is a simple proxy element to show the initial state if no data is available.
- fieldNode