Skip to main content

HxTarget

HxTarget: "this" | "closest " | "find " | "next" | "next " | "previous" | "previous "

Either this which refers to the element itself, or a modifier followed by a CSS selector, e.g. closest form.

Source

src/jsx.d.ts:27