Skip to main content

LayoutProps

@lowcode/dsl


Interface: LayoutProps

Defined in: schema.ts:62

Набор свойств layout-системы (умышленно минимальный в ядре DSL).

Конкретная интерпретация зависит от runtime (CSS, стиль UI-библиотеки и т.д.).

Properties

alignItems?

optional alignItems: PropValue

Defined in: schema.ts:71


display?

optional display: PropValue

Defined in: schema.ts:65


flexBasis?

optional flexBasis: PropValue

Defined in: schema.ts:68


flexGrow?

optional flexGrow: PropValue

Defined in: schema.ts:66


flexShrink?

optional flexShrink: PropValue

Defined in: schema.ts:67


height?

optional height: PropValue

Defined in: schema.ts:64


justifyContent?

optional justifyContent: PropValue

Defined in: schema.ts:72


margin?

optional margin: PropValue

Defined in: schema.ts:69


padding?

optional padding: PropValue

Defined in: schema.ts:70


width?

optional width: PropValue

Defined in: schema.ts:63