Grid.(constructor)
构造 Grid
类的新实例
Signature:
constructor(pattern: SVGElement, options: GridOptions);
参数
参数 | 类型 | 说明 |
---|---|---|
图案 | SVGElement | 注入期间创建的网格的 SVG 图案。 |
选项 | GridOptions | 网格的标准化选项字典。请参阅网格文档:https://developers.google.com/blockly/guides/configure/web/grid |