I have this piece in my CEM:
"events": [
{
"name": "focus",
"type": {
"text": "Event"
},
"description": "Emitted when the element has received focus."
},
The argTypes returned by the helper show CustomEvent<Event> though:
{
"name": "focus",
"description": "Emitted when the element has received focus.",
"control": false,
"table": {
"category": "events",
"type": {
"summary": "CustomEvent<Event>"
}
}
}
I have this piece in my CEM:
The
argTypesreturned by the helper showCustomEvent<Event>though:{ "name": "focus", "description": "Emitted when the element has received focus.", "control": false, "table": { "category": "events", "type": { "summary": "CustomEvent<Event>" } } }