@willwade/aac-processors
    Preparing search index...

    Interface SymbolReference

    Symbol reference parsed from Grid 3 format

    interface SymbolReference {
        fullReference: string;
        isValid: boolean;
        library: string;
        path: string;
    }
    Index

    Properties

    fullReference: string
    isValid: boolean
    library: string
    path: string