MakeCode Embed
micro:bit tech site
GitHub
Preparing search index...
vanilla
SnippetQuestionInput
Type Alias SnippetQuestionInput
SnippetQuestionInput
:
{
label
?:
string
}
&
(
|
{
answerToken
:
string
;
defaultAnswer
:
SnippetAnswerTypes
}
|
{
answerTokens
:
string
[]
;
defaultAnswers
:
SnippetAnswerTypes
[]
}
)
&
(
|
{
type
:
string
}
|
{
max
?:
number
;
min
?:
number
;
type
:
"number"
|
"positionPicker"
}
|
{
options
:
Record
<
string
,
string
>
;
type
:
"dropdown"
}
|
{
type
:
"yesno"
}
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
micro:bit tech site
GitHub
MakeCode Embed
Loading...