Preparing search index...
The search index is not available
@lf-lang/reactor-ts
@lf-lang/reactor-ts
SchedulableAction
Class SchedulableAction<T>
Abstract
Interface for schedulable actions.
Type Parameters
T
Implements
Sched
<
T
>
Index
Constructors
constructor
Methods
get
schedule
Constructors
constructor
new
Schedulable
Action
<
T
>
(
)
:
SchedulableAction
<
T
>
Type Parameters
T
Returns
SchedulableAction
<
T
>
Methods
Abstract
get
get
(
)
:
undefined
|
T
Returns
undefined
|
T
Abstract
schedule
schedule
(
extraDelay
,
value
,
intendedTag
?
)
:
void
Parameters
extraDelay
:
0
|
TimeValue
value
:
T
Optional
intendedTag
:
Tag
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
schedule
@lf-lang/reactor-ts
Loading...
Interface for schedulable actions.