Left Curve Software Stack
    Preparing search index...

    Type Alias DisplayPart

    type DisplayPart = {
        type:
            | "integer"
            | "decimal"
            | "group"
            | "fraction"
            | "subscript"
            | "suffix"
            | "literal";
        value: string;
    }
    Index

    Properties

    Properties

    type:
        | "integer"
        | "decimal"
        | "group"
        | "fraction"
        | "subscript"
        | "suffix"
        | "literal"
    value: string