Grid.(constructor)
Grid
クラスの新しいインスタンスを作成します。
署名:
constructor(pattern: SVGElement, options: GridOptions);
パラメータ
パラメータ | 型 | 説明 |
---|---|---|
パターン | SVGElement | インジェクション中に作成される、グリッドの SVG パターン。 |
オプション | GridOptions | グリッドの正規化されたオプションの辞書。Grid のドキュメント(https://developers.google.com/blockly/guides/configure/web/grid)をご覧ください。 |