Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 852 Bytes

constants.md

File metadata and controls

17 lines (10 loc) · 852 Bytes

Constants

Joyride uses a few constants to keep its state and lifecycle.
You can use these in your component for the callback events.

import { ACTIONS, EVENTS, LIFECYCLE, STATUS } from 'react-joyride/es/constants';

Actions - The action that updated the state.

Events - The type of the event.

Lifecycle - The step lifecycle.

Status - The tour's status.