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

JSXInternal.MActionMathMLAttributes

deprecated
@deprecated

Please import from the Preact namespace instead

interface MActionMathMLAttributes <T extends EventTarget> extends MathMLAttributes<T> {
actiontype?: Signalish<"statusline" | "toggle" | undefined>;
selection?: Signalish<string | undefined>;
}

§Type Parameters

§
T extends EventTarget
[src]

§Extends

§Properties

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