Type alias PresetLayoutOptions

PresetLayoutOptions: {
    presetType: LayoutPresetType;
}

Type declaration

  • presetType: LayoutPresetType

    Which preset layout arrangement to use. The preset options are columns, grid, rows, and tabs.

Generated using TypeDoc