Preparing search index...
The search index is not available
goban
goban
AIReviewDataEvents
Interface AIReviewDataEvents
interface
AIReviewDataEvents
{
connected
:
(
(
)
=>
void
)
;
destroy
:
(
(
)
=>
void
)
;
metadata
:
(
(
ai_review
)
=>
void
)
;
update
:
(
(
context
)
=>
void
)
;
}
Index
Properties
connected
destroy
metadata
update
Properties
connected
connected
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
destroy
destroy
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
metadata
metadata
:
(
(
ai_review
)
=>
void
)
Type declaration
(
ai_review
)
:
void
Parameters
ai_review
:
JGOFAIReview
Returns
void
update
update
:
(
(
context
)
=>
void
)
Emitted when review data is updated. Context describes what was updated.
Type declaration
(
context
)
:
void
Parameters
context
:
AIReviewUpdateContext
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
connected
destroy
metadata
update
goban
Loading...
Emitted when review data is updated. Context describes what was updated.