diff --git a/docs/api/algorithm/classes/arrayiterator.html b/docs/api/algorithm/classes/arrayiterator.html index 594e9cd34..11e658564 100644 --- a/docs/api/algorithm/classes/arrayiterator.html +++ b/docs/api/algorithm/classes/arrayiterator.html @@ -135,7 +135,7 @@
Private _index
Private _source
clone
iter
next
constructor
Private _active
Private _cloned
Private _source
clone
iter
next
constructor
clone
iter
next
constructor
Private _fn
Private _index
Private _source
clone
iter
next
constructor
Private _fn
Private _index
Private _source
clone
iter
next
constructor
Private _index
Private _length
Private _start
Private _step
Private _stop
clone
iter
next
constructor
Private _count
Private _value
clone
iter
next
constructor
Private _index
Private _source
clone
iter
next
constructor
Private _source
Private _step
clone
iter
next
constructor
Private _count
Private _source
clone
iter
next
constructor
Private _source
clone
iter
next
IterableOrArrayLike
RetroableOrArrayLike
chain
each
empty
every
filter
find
iter
map
max
min
minmax
once
Example
range
-- range(start: number, stop?: number, step?: number): IIterator<number>
+ - range(start: number, stop?: undefined | number, step?: undefined | number): IIterator<number>
start: number
Optional stop: number
+Optional stop: undefined | number
The stopping value for the range, exclusive.
Optional step: number
+Optional step: undefined | number
The distance between each value.
reduce
Example
Type parameters
@@ -1174,7 +1174,7 @@repeat
retro
some
stride
take
toArray
topologicSort
zip
iter
clone
iter
next
retro
indices
score
MutableArrayLike
fill
findFirstIndex
findFirstValue
findLastIndex
findLastValue
firstIndexOf
insert
lastIndexOf
lowerBound
move
removeAllOf
removeAllWhere
removeAt
removeFirstOf
removeFirstWhere
removeLastOf
removeLastWhere
reverse
rotate
upperBound
findIndices
highlight
matchSumOfDeltas
matchSumOfSquares
constructor
Private _delegate
Private _pluginMap
Private _serviceMap
Private _started
commands
contextMenu
shell
started
activatePlugin
Protected addEventL
-
@@ -384,7 +384,7 @@
Protected attachShell
@@ -418,7 +418,7 @@
Protected evtContext
@@ -453,7 +453,7 @@
@@ -485,7 +485,7 @@ -
@@ -516,7 +516,7 @@ -
@@ -551,7 +551,7 @@ -
@@ -583,7 +583,7 @@ -
@@ -606,7 +606,7 @@ -
@@ -642,7 +642,7 @@ -
@@ -675,7 +675,7 @@ -
@@ -722,7 +722,7 @@ -
@@ -769,7 +769,7 @@ -
diff --git a/docs/api/application/interfaces/application.ioptions.html b/docs/api/application/interfaces/application.ioptions.html
index 1d3bb8e95..430665109 100644
--- a/docs/api/application/interfaces/application.ioptions.html
+++ b/docs/api/application/interfaces/application.ioptions.html
@@ -109,10 +109,10 @@
contextMenuRenderer: IRenderer
+ contextMenuRenderer: Menu.IRenderer
@@ -127,7 +127,7 @@ shell: T
diff --git a/docs/api/application/interfaces/application.istartoptions.html b/docs/api/application/interfaces/application.istartoptions.html
index f75b833b5..8d0e6a7c8 100644
--- a/docs/api/application/interfaces/application.istartoptions.html
+++ b/docs/api/application/interfaces/application.istartoptions.html
@@ -102,10 +102,10 @@
hostID: string
+ hostID: undefined | string
@@ -122,7 +122,7 @@
@@ -139,7 +139,7 @@ Plugins: string[]
diff --git a/docs/api/application/interfaces/iplugin.html b/docs/api/application/interfaces/iplugin.html
index ef50ed716..eb673aa70 100644
--- a/docs/api/application/interfaces/iplugin.html
+++ b/docs/api/application/interfaces/iplugin.html
@@ -124,7 +124,7 @@ activate: function
@@ -180,10 +180,10 @@
Protected evtKeydown
Protected evtResize
handleEvent
hasPlugin
listPlugins
registerPlugin
registerPlugins
resolveOptionalService
resolveRequiredService
start
Properties
Optional contextMenuRenderer
-shell
Properties
Optional hostID
-Optional ignorePluginsignorePlugins: string[]
Optional startPlugins
startactivate
Returns U
autoStart: boolean
+ autoStart: undefined | false | true
@@ -200,7 +200,7 @@ id: string
@@ -217,7 +217,7 @@ optional: Token<any>[]
@@ -238,7 +238,7 @@ provides: Token<U>
@@ -257,7 +257,7 @@ requires: Token<any>[]
diff --git a/docs/api/collections/classes/linkedlist.forwardnodeiterator.html b/docs/api/collections/classes/linkedlist.forwardnodeiterator.html
index 16d4ae536..ad3afda8a 100644
--- a/docs/api/collections/classes/linkedlist.forwardnodeiterator.html
+++ b/docs/api/collections/classes/linkedlist.forwardnodeiterator.html
@@ -135,7 +135,7 @@ -
@@ -167,7 +167,7 @@ _node: INode<T> | null
@@ -184,7 +184,7 @@ -
@@ -207,7 +207,7 @@ -
@@ -230,7 +230,7 @@ -
diff --git a/docs/api/collections/classes/linkedlist.forwardvalueiterator.html b/docs/api/collections/classes/linkedlist.forwardvalueiterator.html
index a67f72765..a04211ea6 100644
--- a/docs/api/collections/classes/linkedlist.forwardvalueiterator.html
+++ b/docs/api/collections/classes/linkedlist.forwardvalueiterator.html
@@ -135,7 +135,7 @@ -
@@ -167,7 +167,7 @@ _node: INode<T> | null
@@ -184,7 +184,7 @@ -
@@ -207,7 +207,7 @@ -
@@ -230,7 +230,7 @@ -
diff --git a/docs/api/collections/classes/linkedlist.html b/docs/api/collections/classes/linkedlist.html
index 9e0e8cd78..686d02c2c 100644
--- a/docs/api/collections/classes/linkedlist.html
+++ b/docs/api/collections/classes/linkedlist.html
@@ -172,7 +172,7 @@ -
@@ -193,7 +193,7 @@ _first: LinkedListNode<T> | null = null
@@ -203,7 +203,7 @@ _last: LinkedListNode<T> | null = null
@@ -213,7 +213,7 @@ _length: number = 0
@@ -230,7 +230,7 @@ -
@@ -258,7 +258,7 @@ -
@@ -286,7 +286,7 @@ -
@@ -310,7 +310,7 @@ -
@@ -338,7 +338,7 @@ -
@@ -366,7 +366,7 @@ -
@@ -393,7 +393,7 @@ -
@@ -427,7 +427,7 @@ -
@@ -461,7 +461,7 @@ -
@@ -485,7 +485,7 @@ -
Optional autoStart
-id
Optional optional
Optional provides
Optional requires
constructor
Private _node
clone
iter
next
constructor
Private _node
clone
iter
next
constructor
Private _first
Private _last
Private _length
first
firstNode
isEmpty
last
lastNode
length
addFirst
addLast
clear
insertAfter