Attributes managed by this component
The dictionary which is shared in entire tree.
XMLElement of this component
ID related to this instance to identify.
Whether this component was created by nodeDeclaration
Name of this component
Node this component is attached
Tree interface for the tree this node is attached.
Add additional attribute to this component.
Obtain class name
Class name of the instance.
Set value of attribute
Obtain stringfied object. If this method was not overridden, this method return class name.
stringfied object
Generate random string
length of random string
generated string
フルスクリーン状態かどうか
このフラグをtrueにする際は、必ず、マウスイベントなどのユーザーのインタラクションを伴うイベントからの呼び出しで変更されなければなりません。
したがって、GOMLで初期状態からこのフラグをtrueにすることはできません。
フルスクリーンにするDOM要素へのクエリ
nullが指定された場合、キャンバスの親要素が用いられます。
Generated using TypeDoc
フルスクリーン状態を管理するコンポーネント Grimoire.jsによって管理されているキャンバス(正確にはその親のコンテナ)のフルスクリーン状態等を管理します。 (他の要素をフルスクリーン化することも可能ですが、通常このGrimoire.jsによって生成されるキャンバスを含むDOM要素に対して用いられます。) また、一部の古いブラウザでは動作しない機能であることに注意してください。 また、
fullscreen
属性は必ず マウスのイベントなどのユーザーのインタラクションを伴うイベントからの呼び出しで 動的に trueにされる必要があります。 最初からtrueに設定して初期状態でキャンバスをフルスクリーン状態にすることはWebAPIの制約上できません。