跳转到内容

buildUINode

此内容尚不支持你的语言。

buildUINode(init?): UINodeData

Defined in: ui/core/compose.ts:60

Build a UINode (CSS box). fill: true is the common widget case (stretch to the parent); otherwise set width/height and/or inset. Anchoring (e.g. top-right) = position Absolute + the relevant insets.

UINodeInit = {}

UINodeData