this.gui
    Preparing search index...

    Type Alias GuiNodeProvenance

    type GuiNodeProvenance = {
        binding?: string;
        explainPath?: string;
        note?: string;
        policy?: string;
        semanticPath?: string;
        source?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    binding?: string
    explainPath?: string
    note?: string
    policy?: string
    semanticPath?: string
    source?: string