Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOnboardingState

Interface to define the state of the Onboarding component

interface

IOnboardingState

Hierarchy

  • IOnboardingState

Index

Properties

backgroundColorAnim

backgroundColorAnim: Value | ValueXY

A React-Animated value to define background animation

type

{(Animated.Value | Animated.ValueXY)}

currentPage

currentPage: number

A number to define what is the current page

type

{number}

default

0

height

height: number

Define a custom height to the pages

type

{number}

previousPage

previousPage: number

A number to define what is the previous page

type

{number}

width

width: number

Define a custom width to the pages

type

{number}

Generated using TypeDoc