Interface ToolbarDefaultArguments

interface ToolbarDefaultArguments {
    orientation: "horizontal" | "vertical";
}

Properties

Properties

orientation: "horizontal" | "vertical"

Changes keyboard controls to match the orientation of the toolbar.

Horizontal: Left Arrow (Previous), Right Arrow (Next) Vertical: Up Arrow (Previous), Down Arrow (Next)

Default

"horizontal"

Generated using TypeDoc