DGridParameters
Defined in: dgrid.ts:52
Parameters for gridify_dgrid.
Properties
Section titled “Properties”aspect_ratio?
Section titled “aspect_ratio?”optional aspect_ratio?: number;Defined in: dgrid.ts:54
Cell aspect ratio, used to derive the grid. Defaults to 1.
optional cols?: number;Defined in: dgrid.ts:57
optional rows?: number;Defined in: dgrid.ts:56
Explicit grid size. Both must be given, and together they override aspect_ratio.