tsqtsq - v1.2.0
    Preparing search index...

    Type Alias LabelJoin

    Parameters for the label_join() function.

    type LabelJoin = {
        expr: string;
        labels: string[];
        newLabel: string;
        separator?: string;
    }
    Index

    Properties

    expr: string
    labels: string[]
    newLabel: string
    separator?: string