Interface NumberColumnOption

interface NumberColumnOption {
    fadeinWhenCallbackInPromise?: null | boolean;
    format?: NumberFormat;
}

Hierarchy (view full)

Properties

fadeinWhenCallbackInPromise?: null | boolean
format?: NumberFormat