@nelsonrc/nrc-phoenix-xml - v1.0.3
    Preparing search index...

    Interface IXmlSummaryFormatOptions

    interface IXmlSummaryFormatOptions {
        asJson?: boolean;
        currency?: string;
        integerFields?: string[];
        percentageFields?: string[];
        roundDecimals?: number;
        showCurrencySymbol?: boolean;
        sortResults?: boolean;
        treatMissingAsZero?: boolean;
    }
    Index

    Properties

    asJson?: boolean
    currency?: string
    integerFields?: string[]
    percentageFields?: string[]
    roundDecimals?: number
    showCurrencySymbol?: boolean
    sortResults?: boolean
    treatMissingAsZero?: boolean