Skip to main content

LayoutProps

@lowcode/dsl


Interface: LayoutProps

Defined in: schema.ts:75

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

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

Properties

alignItems?

optional alignItems: PropValue

Defined in: schema.ts:84


display?

optional display: PropValue

Defined in: schema.ts:78


flexBasis?

optional flexBasis: PropValue

Defined in: schema.ts:81


flexGrow?

optional flexGrow: PropValue

Defined in: schema.ts:79


flexShrink?

optional flexShrink: PropValue

Defined in: schema.ts:80


height?

optional height: PropValue

Defined in: schema.ts:77


justifyContent?

optional justifyContent: PropValue

Defined in: schema.ts:85


margin?

optional margin: PropValue

Defined in: schema.ts:82


padding?

optional padding: PropValue

Defined in: schema.ts:83


width?

optional width: PropValue

Defined in: schema.ts:76