@jimka/typescript-ui / core / ConstrainedComponent
Interface: ConstrainedComponent
Defined in: src/typescript/lib/core/Component.ts:60
A child component paired with optional layout constraints, as accepted by Component.addComponents.
Properties
component
ts
component: Component;Defined in: src/typescript/lib/core/Component.ts:61
constraints?
ts
optional constraints: LayoutConstraints;Defined in: src/typescript/lib/core/Component.ts:62