Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSXInternal.HTMLMActionElement

interface HTMLMActionElement extends MathMLElement {
actiontype?:
| "statusline"
| "toggle"
| undefined
| SignalLike<"statusline" | "toggle" | undefined>;
selection?: string | undefined | SignalLike<string | undefined>;
}

§Extends

§
MathMLElement
[src]

§Properties

§
actiontype?: "statusline" | "toggle" | undefined | SignalLike<"statusline" | "toggle" | undefined>
[src]
§
selection?: string | undefined | SignalLike<string | undefined>
[src]