@uservane/react-native: SurveyCardProps
Type Alias: SurveyCardProps
Section titled “Type Alias: SurveyCardProps”SurveyCardProps =
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:175
Properties
Section titled “Properties”onComplete
Section titled “onComplete”onComplete: (
result) =>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:177
Parameters
Section titled “Parameters”result
Section titled “result”Returns
Section titled “Returns”void
onDismiss
Section titled “onDismiss”onDismiss: () =>
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:178
Returns
Section titled “Returns”void
onHide?
Section titled “onHide?”
optionalonHide?: () =>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:180
Called after thanks auto-dismiss (or immediately under reduced-motion).
Returns
Section titled “Returns”void
reducedMotionOverride?
Section titled “reducedMotionOverride?”
optionalreducedMotionOverride?: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:182
Test override for reduced motion (avoids async AccessibilityInfo race).
survey
Section titled “survey”survey:
SurveyDefinition
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:176
thanksDismissMs?
Section titled “thanksDismissMs?”
optionalthanksDismissMs?:number
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:184
Test override for thanks auto-dismiss duration.