mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
AI
AIBehavior
Interface AIBehavior
interface
AIBehavior
{
decide
:
(
context
:
AIDecisionContext
)
=>
AIAction
|
null
;
id
:
string
;
when
?:
(
context
:
AIDecisionContext
)
=>
boolean
;
}
Index
Properties
decide
id
when?
Properties
Readonly
decide
decide
:
(
context
:
AIDecisionContext
)
=>
AIAction
|
null
Readonly
id
id
:
string
Optional
Readonly
when
when
?:
(
context
:
AIDecisionContext
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
decide
id
when
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...