UNPKG

@furo/ui5

Version:
18 lines (16 loc) 632 B
import { DisplayUint64 } from './display-uint64.js'; /** * `display-google-protobuf-boolvalue` * The display-google-protobuf-boolvalue component displays a FieldNode of type `google.protobuf.Uint64Value` in read only mode. * * Every display-xxx component should implement the following API: * - function: bindData(fieldNode){...} * * @summary display renderer for `google.protobuf.Uint64Value` * @element display-google-protobuf-uint64value */ export class DisplayGoolgeProtobufUin64value extends DisplayUint64 {} window.customElements.define( 'display-google-protobuf-uint64value', DisplayGoolgeProtobufUin64value );