OpenFairyGUI API
    Preparing search index...

    Interface RelationDef

    Relation definition stored on GObject.

    interface RelationDef {
        target: string;
        type: RelationType;
        usePercent: boolean;
    }
    Index
    target: string
    usePercent: boolean