openchemlib-utils
Preparing search index...
getPathsInfo
Function getPathsInfo
getPathsInfo
(
molecule
:
Molecule
,
options
?:
{
fromLabel
?:
string
;
maxLength
?:
number
;
minLength
?:
number
;
toLabel
?:
string
;
withHOSES
?:
boolean
;
}
,
)
:
{
extra
:
{
aromaticBonds
:
number
;
cnoHybridation
:
number
;
doubleBonds
:
number
;
singleBonds
:
number
;
tripleBonds
:
number
;
}
;
oclID
:
any
;
}
[]
Parameters
molecule
:
Molecule
Optional
options
:
{
fromLabel
?:
string
;
maxLength
?:
number
;
minLength
?:
number
;
toLabel
?:
string
;
withHOSES
?:
boolean
;
}
= {}
Returns
{
extra
:
{
aromaticBonds
:
number
;
cnoHybridation
:
number
;
doubleBonds
:
number
;
singleBonds
:
number
;
tripleBonds
:
number
;
}
;
oclID
:
any
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
openchemlib-utils
Loading...