LayoutProps
Interface: LayoutProps
Defined in: schema.ts:75
Набор свойств layout-системы (умышленно минимальный в ядре DSL).
Конкретная интерпретация зависит от runtime (CSS, стиль UI-библиотеки и т.д.).
Properties
alignItems?
optionalalignItems:PropValue
Defined in: schema.ts:84
display?
optionaldisplay:PropValue
Defined in: schema.ts:78
flexBasis?
optionalflexBasis:PropValue
Defined in: schema.ts:81
flexGrow?
optionalflexGrow:PropValue
Defined in: schema.ts:79
flexShrink?
optionalflexShrink:PropValue
Defined in: schema.ts:80
height?
optionalheight:PropValue
Defined in: schema.ts:77
justifyContent?
optionaljustifyContent:PropValue
Defined in: schema.ts:85
margin?
optionalmargin:PropValue
Defined in: schema.ts:82
padding?
optionalpadding:PropValue
Defined in: schema.ts:83
width?
optionalwidth:PropValue
Defined in: schema.ts:76