@jimka/typescript-ui / layout / LayoutManagerOptions
Interface: LayoutManagerOptions
Defined in: src/typescript/lib/layout/LayoutManager.ts:19
Construction-time options shared by every LayoutManager.
Remarks
Reserved for future cross-manager fields. Concrete layout managers extend this interface (e.g. HBoxOptions) with their own fields and dispatch them through applyOptions.