@uservane/react-native: RatingScaleProps
Type Alias: RatingScaleProps
Section titled “Type Alias: RatingScaleProps”RatingScaleProps =
object
Defined in: @[email protected]_react-native@0.86.0_@[email protected]_@[email protected]_react@[email protected]/node_modules/@uservane/react-native/dist/index.d.ts:159
Properties
Section titled “Properties”collapsed?
Section titled “collapsed?”
optionalcollapsed?:boolean
Defined in: @[email protected]_react-native@0.86.0_@[email protected]_@[email protected]_react@[email protected]/node_modules/@uservane/react-native/dist/index.d.ts:168
When true, only the selected value is shown (post-selection collapse).
disabled?
Section titled “disabled?”
optionaldisabled?:boolean
Defined in: @[email protected]_react-native@0.86.0_@[email protected]_@[email protected]_react@[email protected]/node_modules/@uservane/react-native/dist/index.d.ts:170
endLabels?
Section titled “endLabels?”
optionalendLabels?:object
Defined in: @[email protected]_react-native@0.86.0_@[email protected]_@[email protected]_react@[email protected]/node_modules/@uservane/react-native/dist/index.d.ts:161
high:
string
low:
string
onSelect
Section titled “onSelect”onSelect: (
value) =>void
Defined in: @[email protected]_react-native@0.86.0_@[email protected]_@[email protected]_react@[email protected]/node_modules/@uservane/react-native/dist/index.d.ts:169
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”void
type:
SurveyType
Defined in: @[email protected]_react-native@0.86.0_@[email protected]_@[email protected]_react@[email protected]/node_modules/@uservane/react-native/dist/index.d.ts:160
value:
number|null
Defined in: @[email protected]_react-native@0.86.0_@[email protected]_@[email protected]_react@[email protected]/node_modules/@uservane/react-native/dist/index.d.ts:166
Currently selected value; null before any choice.