ArchUnitTS - v2.2.0
GitHub
NPM
Examples
Preparing search index...
GraphQueryOptions
Interface GraphQueryOptions
interface
GraphQueryOptions
{
includeExternalDependencies
?:
boolean
;
includeSelfDependencies
?:
boolean
;
focus
?:
Pattern
;
focusDepth
?:
number
;
reachableFrom
?:
Pattern
;
dependentsOf
?:
Pattern
;
collapse
?:
GraphCollapseStrategy
;
title
?:
string
;
}
Index
Properties
include
External
Dependencies?
include
Self
Dependencies?
focus?
focus
Depth?
reachable
From?
dependents
Of?
collapse?
title?
Properties
Optional
include
External
Dependencies
includeExternalDependencies
?:
boolean
Optional
include
Self
Dependencies
includeSelfDependencies
?:
boolean
Optional
focus
focus
?:
Pattern
Optional
focus
Depth
focusDepth
?:
number
Optional
reachable
From
reachableFrom
?:
Pattern
Optional
dependents
Of
dependentsOf
?:
Pattern
Optional
collapse
collapse
?:
GraphCollapseStrategy
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
include
External
Dependencies
include
Self
Dependencies
focus
focus
Depth
reachable
From
dependents
Of
collapse
title
GitHub
NPM
Examples
ArchUnitTS - v2.2.0
Loading...