Skip to documentation
SLOP

tiny.ui.Relation

Reference tiny.ui Relation

Defined in tiny.ui.

Relation rows must be sorted by subject, or error.RelationsUnsorted.

API (4)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.uiRelation
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/ui/src/abi/envelope.zig:144

zig
/// `Relation` rows must be sorted by `subject`, or `error.RelationsUnsorted`./// `subject` and `object` are node indices below the node count, or/// `error.RelationNodeOutOfBounds`.pub const Relation = extern struct {    subject: u32 = 0,    object: u32 = 0,    kind: u8 = 0,    _pad: [3]u8 = .{ 0, 0, 0 },};

Source: lib/ui/src/root.zig:23

zig
pub const Relation = abi.Relation;

Also reachable as

abi.Relation.

Audit

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433