Hierarchy

Properties

displayMode: "list" | "tile"

Display mode for the actions.

goBack?: (() => void)

Type declaration

    • (): void
    • If defined the UI should show a back button and execute this function if it is clicked.

      Returns void

originReference?: ClientRect

Optional origin reference for UI placement.

tileSize?: "small" | "medium" | "large"

Tile size for the tiles if displayMode = "tile"

title?: string

Optional title for the action choice dialog.

Generated using TypeDoc