React Native Spotlight Tour - API Reference
React Native Spotlight Tour - API Reference / Optional
Type Alias: Optional<T>
Optional<
T> =T|undefined
Defined in: package/src/helpers/common.ts:16
Makes the target optional. I.e, it can be the target type or undefined.
Type Parameters
T
T