UNPKG

ns-components-angular

Version:

Angular Wrapper Components for NSComponents

24 lines (23 loc) 583 B
export interface INSNumericTextBoxSetting { type?: string; enableDecimals?: boolean; decimals?: number; grouping?: number; min?: number; max?: number; value?: string; enableThousand?: boolean; decimalSeparator?: string; thousandSeparator?: string; enableHover?: boolean; theme?: string; customClass?: any; enableSpinner?: boolean; incrementerProp?: any; decrementerProp?: any; step?: number; format?: string; enableRangeRoundOf?: boolean; customFormatSpecifier?: string; input?: HTMLInputElement; }