diff --git a/404.html b/404.html
index 09efd4fac..87b19241f 100644
--- a/404.html
+++ b/404.html
@@ -6,8 +6,8 @@
this.data.queryStatus$.pipe(
- map(state => state === DataQueryState.Running)
- )
+ Default value : this.data.state$.pipe(map((state) => state?.status !== 'Ready'))
- - - getLeftIndent - - - | -||||||||
-getLeftIndent(level: number)
- |
- ||||||||
- - | -||||||||
- Used to properly set the position of the slider popup on the ontology tree -
- Parameters :
-
-
-
- Returns :
- string
-
-
-
- left indent value - - |
-
- + | |||
- + | |||
- + | |||
- + |
- - - mouseOut - - - | -
-mouseOut()
- |
-
- - | -
- Deselects the highlighted node on mouse out -
- Returns :
- void
-
- |
-
- - - mouseOver - - - | -||||||
-mouseOver(node: FlatNode)
- |
- ||||||
- - | -||||||
- Sets the current highlighted node to the moused over node (reveals opacity slider) -
- Parameters :
-
-
-
- Returns :
- void
-
-
-
-
- |
-
- + | ||
- + | ||
- + |
- - - resetNode - - - | -||||||||
-resetNode(node: FlatNode)
- |
- ||||||||
- - | -||||||||
- Resets node to default opacity and visibility -
- Parameters :
-
-
-
- Returns :
- void
-
-
-
-
- |
-
- + | ||
- + | ||
- + |
- - - toggleVisibility - - - | -||||||||
-toggleVisibility(node: FlatNode)
- |
- ||||||||
- - | -||||||||
- Toggles visibility of a node -
- Parameters :
-
-
-
- Returns :
- void
-
-
-
-
- |
-
- - - updateOpacity - - - | -||||||||||||
-updateOpacity(node: FlatNode, value: number | undefined)
- |
- ||||||||||||
- - | -||||||||||||
- Sets the opacity of a node -
- Parameters :
-
-
-
- Returns :
- void
-
-
-
-
- |
-
- - - highlightedNode - - - | -
- Type : FlatNode | undefined
-
- |
-
- - | -