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
:
(
(
)
=>
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
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
connected
destroy
metadata
update
goban
Loading...