bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Interface AssemblyJsonResult

    interface AssemblyJsonResult {
        version: string;
        nodes: AssemblyNodeJson[];
        error?: string;
    }
    Index

    Properties

    Properties

    version: string

    Version string (1.1 = with hierarchy & instances)

    Array of assembly nodes in depth-first traversal order

    error?: string

    Error message (if parsing failed)