UI Component Reference - v2.63.2
    Preparing search index...

    Interface ComponentContextLiveMetricInput

    interface ComponentContextLiveMetricInput {
        decimals: number | null;
        factor: number | null;
        selector: string;
        unit: string | null;
    }
    Index

    Properties

    decimals: number | null
    factor: number | null
    selector: string
    unit: string | null