Trilium Frontend API
    Preparing search index...

    Interface MoneyParams

    interface MoneyParams {
        decimal?: string;
        negativeSign?: string | true;
        precision?: number | boolean;
        symbol?: string;
        symbolAfter?: boolean;
        thousand?: string;
    }
    Index

    Properties

    decimal?: string
    negativeSign?: string | true
    precision?: number | boolean
    symbol?: string
    symbolAfter?: boolean
    thousand?: string