Home > three-story-controls > StoryPointsControlsProps
Properties that can be passed to the StoryPointsControls constructor
Signature:
export interface StoryPointsControlsProps
| Property | Type | Description |
|---|---|---|
| cycle? | boolean | (Optional) Whether to cycle to the first/last POI after reaching the end/start. When false, controls with emit ‘ExitStoryPoints’ events. Defaults to false. |
| useKeyboard? | boolean | (Optional) Use keyboard arrow keys as navigation, defaults to true |