sesaparcours
Preparing search index...
player/types
Item
Interface Item
Un item du playground
interface
Item
{
container
:
HTMLElement
;
getValue
:
()
=>
ItemValue
|
Promise
<
ItemValue
>
;
isAnswered
:
()
=>
boolean
|
Promise
<
boolean
>
;
persistent
:
boolean
;
setFeedback
:
(
isOk
:
boolean
,
feedback
:
string
)
=>
void
;
setFocus
:
()
=>
void
;
}
Implemented by
DomElt
InputMtg
TableMathliveDblEntry
TableMathliveProp
Index
Properties
container
get
Value
is
Answered
persistent
set
Feedback
set
Focus
Properties
container
container
:
HTMLElement
get
Value
getValue
:
()
=>
ItemValue
|
Promise
<
ItemValue
>
is
Answered
isAnswered
:
()
=>
boolean
|
Promise
<
boolean
>
persistent
persistent
:
boolean
set
Feedback
setFeedback
:
(
isOk
:
boolean
,
feedback
:
string
)
=>
void
set
Focus
setFocus
:
()
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
container
get
Value
is
Answered
persistent
set
Feedback
set
Focus
sesaparcours
Loading...
Un item du playground