ChemPal Documentation - v0.0.0
    Preparing search index...

    Interface SDQOutputSet

    Individual SDQ output set containing compound information

    interface SDQOutputSet {
        status: { code: number };
        inputCount: number;
        totalCount: number;
        collection: string;
        type: string;
        rows: SDQOutputRow[];
    }
    Index

    Properties

    status: { code: number }

    Status information about the query

    inputCount: number

    Number of input compounds

    totalCount: number

    Total number of compounds in the result set

    collection: string

    Name of the collection being queried

    type: string

    Type of the query

    rows: SDQOutputRow[]

    Array of compound data rows