# Deck

### Settings

<table><thead><tr><th width="363.3333333333333">Setting</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>Container</td><td>true</td><td>Indicates if it accepts nested children components</td></tr><tr><td>Droppable</td><td>false</td><td>Indicates if it can be added as a nested child component inside a container</td></tr><tr><td>Editable</td><td>true</td><td>Can be edited</td></tr><tr><td>Interactive</td><td>false</td><td>Can receive events</td></tr></tbody></table>

### Properties

No properties defined.

### Actions

| Action              | Description                                                         |
| ------------------- | ------------------------------------------------------------------- |
| back                | Goes to the previous slide                                          |
| canBack             | Checks if the back action can be called                             |
| canNext             | Checks if the next action can be called                             |
| canRestart          | Checks if the restart action can be called                          |
| canSkip             | Checks if the skip action can be called                             |
| getHelpContent      | Returns the current slide help HTML                                 |
| getProgress         | Returns the progress of the pickzen (0..1)                          |
| inState(state)      | Checks if the pickzen is in the provided state (cover, slides, end) |
| isNavbarVisible     | Returns if the Navbar should be visible (not cover or end slide)    |
| next                | Goes to the next slide                                              |
| restart             | Restarts a pickzen                                                  |
| showHelp            | Shows the current slide help content                                |
| skip                | Skips the current slide                                             |
| start               | Starts a pickzen from the cover slide                               |
| isCartButtonVisible | Checks if the add to cart button should be displayed                |

### Events

No events defined.
