Class OperationEvent

操作プラグインが通知する操作を表すイベント。 プラグインを識別する OperationEvent#code と、プラグインごとの内容 OperationEvent#data を持つ。

Hierarchy

  • OperationEvent

Implements

Constructors

Properties

Constructors

Properties

code: number
data: any
eventFlags: number

イベントフラグ値。 詳細な仕様は @akashic/playlog を参照のこと。

local: boolean

このイベントがローカルであるか否か。

player: undefined | Player
type: "operation" = "operation"

イベントの種別。

Generated using TypeDoc