@worldware/msg-cli
Preparing search index...
lib/pgs-mf2
SelectMessage
Type Alias SelectMessage
Parsed MF2 select (
.match
) message shape from
messageformat
.
type
SelectMessage
=
{
declarations
:
unknown
[]
;
selectors
:
{
name
?:
string
;
type
:
string
}
[]
;
type
:
"select"
;
variants
:
{
keys
:
VariantKey
[]
;
value
:
unknown
[]
}
[]
;
}
Index
Properties
declarations
selectors
type
variants
Properties
declarations
declarations
:
unknown
[]
selectors
selectors
:
{
name
?:
string
;
type
:
string
}
[]
type
type
:
"select"
variants
variants
:
{
keys
:
VariantKey
[]
;
value
:
unknown
[]
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
declarations
selectors
type
variants
@worldware/msg-cli
Loading...
Parsed MF2 select (
.match) message shape frommessageformat.