Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandMappingDescriptor

Command mapping descriptor to be used within system module meta data.

author

Jānis Radiņš

Hierarchy

  • CommandMappingDescriptor

Index

Properties

Properties

command

command: Type<any>

Command type that should be invoked as event name listed in event property is fired in system context.

event

event: string

Event name upon which command mapped in command property should be invoked.

Optional once

once: boolean

Describes if command should be executed only once.

default

false