@cobaltio/cobalt-js
    Preparing search index...

    Interface Label

    Label Mapping

    interface Label {
        name: string;
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    name: string

    The label name.

    value: string | number | boolean

    The label value.