Search
GridLayout
GridLayout
TypeScript Interface
Definition
interface GridLayout
Methods & Properties
Number of columns in the grid. Requires layout: "grid". Supported by FrameNode.
Number of rows in the grid. Requires layout: "grid". Supported by FrameNode.
How items are aligned within the grid. Requires layout: "grid". Supported by FrameNode.
Type of column width sizing: "fixed" or "minmax". Requires layout: "grid". Supported by FrameNode.
Width of grid columns in pixels. Requires layout: "grid". Supported by FrameNode.
Minimum width of grid columns in pixels. Requires layout: "grid". Supported by FrameNode.
Type of row height sizing: "fixed", "auto", or "fit". Requires layout: "grid". Supported by FrameNode.
Height of grid rows in pixels. Requires layout: "grid". Supported by FrameNode.