micro:bit tech site
GitHub
Preparing search index...
The search index is not available
MakeCode Embed
MakeCode Embed
vanilla
SnippetGoToOptions
Interface SnippetGoToOptions
interface
SnippetGoToOptions
{
parameters
?:
SnippetParameters
[]
;
question
?:
number
;
validate
?:
{
regex
?:
{
match
?:
SnippetParameters
;
noMatch
?:
SnippetParameters
;
regex
:
string
;
token
:
string
;
}
;
}
;
}
Index
Properties
parameters?
question?
validate?
Properties
Optional
parameters
parameters
?:
SnippetParameters
[]
Optional
question
question
?:
number
Optional
validate
validate
?:
{
regex
?:
{
match
?:
SnippetParameters
;
noMatch
?:
SnippetParameters
;
regex
:
string
;
token
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
parameters
question
validate
micro:bit tech site
GitHub
MakeCode Embed
Loading...