Optionaloptions: {Additional options
Optionalclasses?: string[]CSS classes to add.
Optionaldialog?: objectAdditional dialog options. Merged with the other DialogV2 options.
Optionalhint?: stringA hint displayed under the input.
Optionalinitial?: numberInitial value
Optionallabel?: stringA label preceding the number input.
Optionalmax?: numberMaximum value
Optionalmin?: numberMinimum value
Optionalplaceholder?: stringPlaceholder value or description.
Optionalrender?: FunctionRender callback. Passed onto DialogV2.
Optionalstep?: numberValue stepping
Optionaltitle?: stringDialog title
Provided value or null if dialog was cancelled.
Query for a number from current user.