Class CommandMapping

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(): CommandMapping

Returns

CommandMapping

Properties

public static defaultMapping: CommandMap

Methods

public getCommandMappingForContainer(commandId: string, containerId: string): any

Parameters

  • commandId: string
  • containerId: string

Returns

any

public load(config: CommandMap): CommandMapping

Parameters

Returns

CommandMapping

public mapCommands(containerId: string, commandMappings: Array<any>): CommandMapping

Parameters

  • containerId: string
  • commandMappings: Array<any>

Returns

CommandMapping

public unmapCommands(containerId: string, commandIds: Array<string>)

Parameters

  • containerId: string
  • commandIds: Array<string>