Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionAction

Custom action object

Hierarchy

  • OptionAction

Index

Properties

Optional alt

alt: string

Hover text of this action

Optional classList

classList: string[]

Class list of the object to be created

Optional id

id: string

ID of the object to be created

onClickCallback

onClickCallback: function

On-click callback

Type declaration

    • (): void
    • Returns void

svgFiles

svgFiles: OptionSvgFile[]

List of SVG files that should be created (a list so that the user can hide/show them like he wants to)

Generated using TypeDoc