Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionOptions

The piece options for all Action instances.

Hierarchy

Index

Properties

Optional clientEvent

clientEvent: undefined | string

The name of the event from Client to be fired.

Optional emitter

emitter: undefined
internal

Optional enabled

enabled: undefined | false | true

Whether or not this piece should be enabled. Defaults to true.

Optional event

event: undefined | string

The event that should be listened to.

Optional name

name: undefined | string

The name of the piece. Defaults to the filename without extension.

Optional once

once: undefined
internal

Generated using TypeDoc