tiny.arrange.Node
Defined in tiny.arrange.
API (8)
Fields and members
Public fields and members.
Source
Source: lib/arrange/src/types.zig:223
zig
pub const Node = struct { id: usize = 0, style: Style = .{}, size: Dimensions = .{}, intrinsic_size: Size = .{}, measure_token: ?u32 = null, clip_x: bool = false, clip_y: bool = false, children: []const Node = &.{},};Source: lib/arrange/src/root.zig:25
zig
pub const Node = types.Node;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |