LayoutProps
Interface: LayoutProps
Defined in: schema.ts:62
Набор свойств layout-системы (умышленно минимальный в ядре DSL).
Конкретная интерпретация зависит от runtime (CSS, стиль UI-библиотеки и т.д.).
Properties
alignItems?
optionalalignItems:PropValue
Defined in: schema.ts:71
display?
optionaldisplay:PropValue
Defined in: schema.ts:65
flexBasis?
optionalflexBasis:PropValue
Defined in: schema.ts:68
flexGrow?
optionalflexGrow:PropValue
Defined in: schema.ts:66
flexShrink?
optionalflexShrink:PropValue
Defined in: schema.ts:67
height?
optionalheight:PropValue
Defined in: schema.ts:64
justifyContent?
optionaljustifyContent:PropValue
Defined in: schema.ts:72
margin?
optionalmargin:PropValue
Defined in: schema.ts:69
padding?
optionalpadding:PropValue
Defined in: schema.ts:70
width?
optionalwidth:PropValue
Defined in: schema.ts:63