Skip to content

@uservane/react-native: RatingScaleProps

RatingScaleProps = object

Defined in: @uservane+react-native@0.1.0_react-native@0.86.0_@babel+core@7.29.7_@types+react@18.3.31_react@19.2.3__react@19.2.3/node_modules/@uservane/react-native/dist/index.d.ts:159

optional collapsed?: boolean

Defined in: @uservane+react-native@0.1.0_react-native@0.86.0_@babel+core@7.29.7_@types+react@18.3.31_react@19.2.3__react@19.2.3/node_modules/@uservane/react-native/dist/index.d.ts:168

When true, only the selected value is shown (post-selection collapse).


optional disabled?: boolean

Defined in: @uservane+react-native@0.1.0_react-native@0.86.0_@babel+core@7.29.7_@types+react@18.3.31_react@19.2.3__react@19.2.3/node_modules/@uservane/react-native/dist/index.d.ts:170


optional endLabels?: object

Defined in: @uservane+react-native@0.1.0_react-native@0.86.0_@babel+core@7.29.7_@types+react@18.3.31_react@19.2.3__react@19.2.3/node_modules/@uservane/react-native/dist/index.d.ts:161

high: string

low: string


onSelect: (value) => void

Defined in: @uservane+react-native@0.1.0_react-native@0.86.0_@babel+core@7.29.7_@types+react@18.3.31_react@19.2.3__react@19.2.3/node_modules/@uservane/react-native/dist/index.d.ts:169

number

void


type: SurveyType

Defined in: @uservane+react-native@0.1.0_react-native@0.86.0_@babel+core@7.29.7_@types+react@18.3.31_react@19.2.3__react@19.2.3/node_modules/@uservane/react-native/dist/index.d.ts:160


value: number | null

Defined in: @uservane+react-native@0.1.0_react-native@0.86.0_@babel+core@7.29.7_@types+react@18.3.31_react@19.2.3__react@19.2.3/node_modules/@uservane/react-native/dist/index.d.ts:166

Currently selected value; null before any choice.