Preparing search index...
The search index is not available
watchable.dev
watchable.dev
@watchable/store-follow
Controls
Interface Controls<Selected, Ending>
A control object for a
Follower
function to signal exit behaviour, retrieve references.
interface
Controls
<
Selected
,
Ending
>
{
exit
:
(
(
ending
)
=>
ExitStatus
)
;
lastSelected
:
(
(
)
=>
undefined
|
Selected
)
;
}
Type Parameters
Selected
Ending
Index
Properties
exit
last
Selected
Properties
exit
exit
:
(
(
ending
)
=>
ExitStatus
)
Type declaration
(
ending
)
:
ExitStatus
Parameters
ending
:
Ending
Returns
ExitStatus
last
Selected
last
Selected
:
(
(
)
=>
undefined
|
Selected
)
Type declaration
(
)
:
undefined
|
Selected
Returns
undefined
|
Selected
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
exit
last
Selected
watchable.dev
@watchable
nevermore
BackoffOptions
CancelOptions
ConcurrencyOptions
JobFulfilment
JobRejection
PipeOptions
RateOptions
RetryOptions
TimeoutOptions
BackoffRetryOptions
Job
JobArgs
JobSettlement
NevermoreOptions
NothingFrom
Pipe
Strategy
StrategyFactory
createExecutorStrategy
createSettlementSequence
createStrategyFromOptions
sleep
queue
MessageQueue
Watcher
createQueue
store
Store
Watchable
Draft
Immutable
PartitionableState
RootState
Selector
Unwatch
Watcher
createStore
createStorePartition
store-edit
Editor
edit
store-follow
Controls
ExitStatus
Follower
QueueHandler
followSelector
withSelectorQueue
store-react
useRootState
useSelected
useStateProperty
useStore
unpromise
Unpromise
PromiseWithResolvers
ProxyPromise
SubscribedPromise
PromiseExecutor
A control object for a Follower function to signal exit behaviour, retrieve references.