MobX Lark
    Preparing search index...

    Interface TaskFieldNumberSetting

    interface TaskFieldNumberSetting {
        custom_symbol?: string;
        custom_symbol_position?: "left" | "right";
        decimal_count: number;
        format: "normal" | "percentage" | "cny" | "usd" | "custom";
        separator: "none" | "thousand";
    }
    Index

    Properties

    custom_symbol?: string
    custom_symbol_position?: "left" | "right"
    decimal_count: number
    format: "normal" | "percentage" | "cny" | "usd" | "custom"
    separator: "none" | "thousand"