Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Publisherで渡されるイベントについて

shundroid edited this page May 7, 2016 · 2 revisions
イベント名 パラメータ 通知されるとき
defaultPalleteColors 色が配列で渡される defaultPalleteColorsを変えたい時 (View、drawing-configurationから)
color 色(文字列) colorを変えたい時(View、drawing-configurationから)
lineWidth 整数 lineWidthを変えたい時(View、drawign-configurationから)
frames Frameのインスタンスの配列 FramesController.prototype.framesを変更した時(変更はpushメソッドなどで行う)
currentFrameId 数値 currentFrameIdを変更したい時
drawState 文字列( #96 ) 描画しているかの状態を変更したい時
isPlaying ブール値 再生中かを変更したい時
openMenu(実装中) null menuが開かれた時。thumbnailのpreviewの切り替えで使う。

タスク・・Issue 達成までの道のりのタスクのこと タスクができると、Testcase が作れそうです。

Clone this wiki locally