Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
ConnectionDefinition
Interface ConnectionDefinition
interface
ConnectionDefinition
{
bidirectional
?:
boolean
;
from
:
string
;
fromPosition
?:
[
number
,
number
,
number
]
;
id
?:
string
;
to
:
string
;
toPosition
?:
[
number
,
number
,
number
]
;
traversalMode
?:
string
;
type
:
ConnectionType
;
unlockCondition
?:
UnlockCondition
;
}
Index
Properties
bidirectional?
from
from
Position?
id?
to
to
Position?
traversal
Mode?
type
unlock
Condition?
Properties
Optional
bidirectional
bidirectional
?:
boolean
from
from
:
string
Optional
from
Position
fromPosition
?:
[
number
,
number
,
number
]
Optional
id
id
?:
string
to
to
:
string
Optional
to
Position
toPosition
?:
[
number
,
number
,
number
]
Optional
traversal
Mode
traversalMode
?:
string
type
type
:
ConnectionType
Optional
unlock
Condition
unlockCondition
?:
UnlockCondition
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bidirectional
from
from
Position
id
to
to
Position
traversal
Mode
type
unlock
Condition
GitHub
Examples
Strata - v1.4.10
Loading...