- getPathsInfo(molecule, options?): {
extra: {
aromaticBonds: number;
cnoHybridation: number;
doubleBonds: number;
singleBonds: number;
tripleBonds: number;
};
oclID: any;
}[] Parameters
molecule: Molecule
Optional
options: {
fromLabel: undefined | string;
maxLength: undefined | number;
minLength: undefined | number;
toLabel: undefined | string;
withHOSES: undefined | boolean;
} = {}
fromLabel: undefined | string
maxLength: undefined | number
minLength: undefined | number
toLabel: undefined | string
withHOSES: undefined | boolean
Returns {
extra: {
aromaticBonds: number;
cnoHybridation: number;
doubleBonds: number;
singleBonds: number;
tripleBonds: number;
};
oclID: any;
}[]