Graphora API
    Preparing search index...

    Interface RenderLabel

    interface RenderLabel {
        id: GraphId;
        layoutCenter?: WorldPoint;
        ownerId: GraphId;
        ownerKey: string;
        ownerType: RenderItemKind;
        position: WorldPoint;
        style: ResolvedLabelStyle;
        text: string;
    }
    Index
    layoutCenter?: WorldPoint

    Explicit measured world-space label center; visibility policy still applies.

    ownerId: GraphId
    ownerKey: string
    ownerType: RenderItemKind
    position: WorldPoint
    text: string