Interface AMCPCommandWithContext

Hierarchy

  • Command<Commands, unknown>
    • AMCPCommandWithContext

Properties

Properties

command: Commands
context: {
    context: string;
    layerId: string;
}

Type declaration

  • context: string
  • layerId: string

    The id of the layer the command originates from

params: unknown

Generated using TypeDoc