PlusMinusOptions

Options for editing-based Plus Minus Module

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
decrementKeystringKey to decrease cell value for nudges (if not overriden in Plus Minus Rule)'-'
incrementKeystringKey to increase cell value for nudges (if not overriden in Plus Minus Rule)'+'

Property Details

decrementKey

Key to decrease cell value for nudges (if not overriden in Plus Minus Rule)

TypeScript
decrementKey?: string;
Default Value

'-'

Property Value

string

incrementKey

Key to increase cell value for nudges (if not overriden in Plus Minus Rule)

TypeScript
incrementKey?: string;
Default Value

'+'

Property Value

string