ChemPal Documentation - v1.12.0
    Preparing search index...

    Variable DRAWER_ADORNMENTConst

    DRAWER_ADORNMENT: { CURRENCY: "currency" } = ...

    Sentinel values for a numberRange widget's adornment. Anything else is used verbatim as the start-adornment text.

    Type declaration

    • ReadonlyCURRENCY: "currency"

      Resolve the symbol at render time from userSettings.currency (USD → "$").

    export const DRAWER_ADORNMENT = {
    /** Resolve the symbol at render time from `userSettings.currency` (USD → "$"). */
    CURRENCY: 'currency',
    } as const;