Deck

It is the base component for any pickzen. It is a set of slides where each slide can be of different types: Question, Form, End, etc

Settings

SettingValueDescription

Container

true

Indicates if it accepts nested children components

Droppable

false

Indicates if it can be added as a nested child component inside a container

Editable

true

Can be edited

Interactive

false

Can receive events

Properties

No properties defined.

Actions

ActionDescription

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.

Last updated