openchemlib-utils
    Preparing search index...

    Interface GetAtomPathFromOptions

    interface GetAtomPathFromOptions {
        maxPathLength?: number;
        minPathLength?: number;
        toAtomicNo?: number;
    }
    Index

    Properties

    maxPathLength?: number
    minPathLength?: number
    toAtomicNo?: number