@kayelaa/canvas API - v0.3.2
Preparing search index...
LocalUpdatableOperationConfig
Interface LocalUpdatableOperationConfig<T>
interface
LocalUpdatableOperationConfig
<
T
extends
Updatable
>
{
shouldUpdate
?
(
handle
:
LocalUpdatableHandle
<
T
>
)
:
boolean
;
afterUpdate
?
(
handle
:
LocalUpdatableHandle
<
T
>
)
:
void
;
}
Type Parameters
T
extends
Updatable
Index
Methods
should
Update?
after
Update?
Methods
Optional
should
Update
shouldUpdate
?
(
handle
:
LocalUpdatableHandle
<
T
>
)
:
boolean
Parameters
handle
:
LocalUpdatableHandle
<
T
>
Returns
boolean
Optional
after
Update
afterUpdate
?
(
handle
:
LocalUpdatableHandle
<
T
>
)
:
void
Parameters
handle
:
LocalUpdatableHandle
<
T
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
should
Update
after
Update
@kayelaa/canvas API - v0.3.2
Loading...