tsqtsq - v1.2.0
    Preparing search index...

    Type Alias LabelReplace

    Parameters for the label_replace() function.

    type LabelReplace = {
        existingLabel: string;
        expr: string;
        newLabel: string;
        regex?: string;
        replacement?: string;
    }
    Index

    Properties

    existingLabel: string
    expr: string
    newLabel: string
    regex?: string
    replacement?: string