effex-monorepo
    Preparing search index...

    Variable $Const

    $: {
        a: ElementFactory<"a">;
        abbr: ElementFactory<"abbr">;
        address: ElementFactory<"address">;
        area: ElementFactory<"area">;
        article: ElementFactory<"article">;
        aside: ElementFactory<"aside">;
        audio: ElementFactory<"audio">;
        b: ElementFactory<"b">;
        bdi: ElementFactory<"bdi">;
        bdo: ElementFactory<"bdo">;
        blockquote: ElementFactory<"blockquote">;
        br: ElementFactory<"br">;
        button: ElementFactory<"button">;
        canvas: ElementFactory<"canvas">;
        caption: ElementFactory<"caption">;
        circle: SVGElementFactory<"circle">;
        cite: ElementFactory<"cite">;
        clipPath: SVGElementFactory<"clipPath">;
        code: ElementFactory<"code">;
        col: ElementFactory<"col">;
        colgroup: ElementFactory<"colgroup">;
        data: ElementFactory<"data">;
        datalist: ElementFactory<"datalist">;
        dd: ElementFactory<"dd">;
        defs: SVGElementFactory<"defs">;
        del: ElementFactory<"del">;
        details: ElementFactory<"details">;
        dfn: ElementFactory<"dfn">;
        dialog: ElementFactory<"dialog">;
        div: ElementFactory<"div">;
        dl: ElementFactory<"dl">;
        dt: ElementFactory<"dt">;
        ellipse: SVGElementFactory<"ellipse">;
        em: ElementFactory<"em">;
        embed: ElementFactory<"embed">;
        empty: Child<never, never>;
        feBlend: SVGElementFactory<"feBlend">;
        feColorMatrix: SVGElementFactory<"feColorMatrix">;
        feGaussianBlur: SVGElementFactory<"feGaussianBlur">;
        feOffset: SVGElementFactory<"feOffset">;
        fieldset: ElementFactory<"fieldset">;
        figcaption: ElementFactory<"figcaption">;
        figure: ElementFactory<"figure">;
        filter: SVGElementFactory<"filter">;
        footer: ElementFactory<"footer">;
        foreignObject: SVGElementFactory<"foreignObject">;
        form: ElementFactory<"form">;
        g: SVGElementFactory<"g">;
        h1: ElementFactory<"h1">;
        h2: ElementFactory<"h2">;
        h3: ElementFactory<"h3">;
        h4: ElementFactory<"h4">;
        h5: ElementFactory<"h5">;
        h6: ElementFactory<"h6">;
        header: ElementFactory<"header">;
        hr: ElementFactory<"hr">;
        i: ElementFactory<"i">;
        iframe: ElementFactory<"iframe">;
        image: SVGElementFactory<"image">;
        img: ElementFactory<"img">;
        input: ElementFactory<"input">;
        ins: ElementFactory<"ins">;
        kbd: ElementFactory<"kbd">;
        label: ElementFactory<"label">;
        legend: ElementFactory<"legend">;
        li: ElementFactory<"li">;
        line: SVGElementFactory<"line">;
        linearGradient: SVGElementFactory<"linearGradient">;
        main: ElementFactory<"main">;
        map: ElementFactory<"map">;
        mark: ElementFactory<"mark">;
        marker: SVGElementFactory<"marker">;
        mask: SVGElementFactory<"mask">;
        menu: ElementFactory<"menu">;
        meter: ElementFactory<"meter">;
        nav: ElementFactory<"nav">;
        noscript: ElementFactory<"noscript">;
        object: ElementFactory<"object">;
        of: <A extends ChildNode>(value: A) => Effect<A, never, never>;
        ol: ElementFactory<"ol">;
        optgroup: ElementFactory<"optgroup">;
        option: ElementFactory<"option">;
        output: ElementFactory<"output">;
        p: ElementFactory<"p">;
        path: SVGElementFactory<"path">;
        pattern: SVGElementFactory<"pattern">;
        picture: ElementFactory<"picture">;
        polygon: SVGElementFactory<"polygon">;
        polyline: SVGElementFactory<"polyline">;
        pre: ElementFactory<"pre">;
        progress: ElementFactory<"progress">;
        q: ElementFactory<"q">;
        radialGradient: SVGElementFactory<"radialGradient">;
        rect: SVGElementFactory<"rect">;
        rp: ElementFactory<"rp">;
        rt: ElementFactory<"rt">;
        ruby: ElementFactory<"ruby">;
        s: ElementFactory<"s">;
        samp: ElementFactory<"samp">;
        script: ElementFactory<"script">;
        section: ElementFactory<"section">;
        select: ElementFactory<"select">;
        slot: ElementFactory<"slot">;
        small: ElementFactory<"small">;
        source: ElementFactory<"source">;
        span: ElementFactory<"span">;
        stop: SVGElementFactory<"stop">;
        strong: ElementFactory<"strong">;
        style: ElementFactory<"style">;
        sub: ElementFactory<"sub">;
        summary: ElementFactory<"summary">;
        sup: ElementFactory<"sup">;
        svg: SVGElementFactory<"svg">;
        symbol: SVGElementFactory<"symbol">;
        table: ElementFactory<"table">;
        tbody: ElementFactory<"tbody">;
        td: ElementFactory<"td">;
        template: ElementFactory<"template">;
        text: SVGElementFactory<"text">;
        textarea: ElementFactory<"textarea">;
        textPath: SVGElementFactory<"textPath">;
        tfoot: ElementFactory<"tfoot">;
        th: ElementFactory<"th">;
        thead: ElementFactory<"thead">;
        time: ElementFactory<"time">;
        tr: ElementFactory<"tr">;
        track: ElementFactory<"track">;
        tspan: SVGElementFactory<"tspan">;
        u: ElementFactory<"u">;
        ul: ElementFactory<"ul">;
        use: SVGElementFactory<"use">;
        var: ElementFactory<"var">;
        video: ElementFactory<"video">;
        wbr: ElementFactory<"wbr">;
    } = ...

    Namespace containing all HTML and SVG element factories.

    Type Declaration

    • a: ElementFactory<"a">
    • abbr: ElementFactory<"abbr">
    • address: ElementFactory<"address">
    • area: ElementFactory<"area">
    • article: ElementFactory<"article">
    • aside: ElementFactory<"aside">
    • audio: ElementFactory<"audio">
    • b: ElementFactory<"b">
    • bdi: ElementFactory<"bdi">
    • bdo: ElementFactory<"bdo">
    • blockquote: ElementFactory<"blockquote">
    • br: ElementFactory<"br">
    • button: ElementFactory<"button">
    • canvas: ElementFactory<"canvas">
    • caption: ElementFactory<"caption">
    • circle: SVGElementFactory<"circle">
    • cite: ElementFactory<"cite">
    • clipPath: SVGElementFactory<"clipPath">
    • code: ElementFactory<"code">
    • col: ElementFactory<"col">
    • colgroup: ElementFactory<"colgroup">
    • data: ElementFactory<"data">
    • datalist: ElementFactory<"datalist">
    • dd: ElementFactory<"dd">
    • defs: SVGElementFactory<"defs">
    • del: ElementFactory<"del">
    • details: ElementFactory<"details">
    • dfn: ElementFactory<"dfn">
    • dialog: ElementFactory<"dialog">
    • div: ElementFactory<"div">
    • dl: ElementFactory<"dl">
    • dt: ElementFactory<"dt">
    • ellipse: SVGElementFactory<"ellipse">
    • em: ElementFactory<"em">
    • embed: ElementFactory<"embed">
    • empty: Child<never, never>

      An empty child effect.

    • feBlend: SVGElementFactory<"feBlend">
    • feColorMatrix: SVGElementFactory<"feColorMatrix">
    • feGaussianBlur: SVGElementFactory<"feGaussianBlur">
    • feOffset: SVGElementFactory<"feOffset">
    • fieldset: ElementFactory<"fieldset">
    • figcaption: ElementFactory<"figcaption">
    • figure: ElementFactory<"figure">
    • filter: SVGElementFactory<"filter">
    • foreignObject: SVGElementFactory<"foreignObject">
    • form: ElementFactory<"form">
    • g: SVGElementFactory<"g">
    • h1: ElementFactory<"h1">
    • h2: ElementFactory<"h2">
    • h3: ElementFactory<"h3">
    • h4: ElementFactory<"h4">
    • h5: ElementFactory<"h5">
    • h6: ElementFactory<"h6">
    • hr: ElementFactory<"hr">
    • i: ElementFactory<"i">
    • iframe: ElementFactory<"iframe">
    • image: SVGElementFactory<"image">
    • img: ElementFactory<"img">
    • input: ElementFactory<"input">
    • ins: ElementFactory<"ins">
    • kbd: ElementFactory<"kbd">
    • label: ElementFactory<"label">
    • legend: ElementFactory<"legend">
    • li: ElementFactory<"li">
    • line: SVGElementFactory<"line">
    • linearGradient: SVGElementFactory<"linearGradient">
    • main: ElementFactory<"main">
    • map: ElementFactory<"map">
    • mark: ElementFactory<"mark">
    • marker: SVGElementFactory<"marker">
    • mask: SVGElementFactory<"mask">
    • meter: ElementFactory<"meter">
    • noscript: ElementFactory<"noscript">
    • object: ElementFactory<"object">
    • of: <A extends ChildNode>(value: A) => Effect<A, never, never>

      Lift a primitive value into a Child.

    • ol: ElementFactory<"ol">
    • optgroup: ElementFactory<"optgroup">
    • option: ElementFactory<"option">
    • output: ElementFactory<"output">
    • p: ElementFactory<"p">
    • path: SVGElementFactory<"path">
    • pattern: SVGElementFactory<"pattern">
    • picture: ElementFactory<"picture">
    • polygon: SVGElementFactory<"polygon">
    • polyline: SVGElementFactory<"polyline">
    • pre: ElementFactory<"pre">
    • progress: ElementFactory<"progress">
    • q: ElementFactory<"q">
    • radialGradient: SVGElementFactory<"radialGradient">
    • rect: SVGElementFactory<"rect">
    • rp: ElementFactory<"rp">
    • rt: ElementFactory<"rt">
    • ruby: ElementFactory<"ruby">
    • s: ElementFactory<"s">
    • samp: ElementFactory<"samp">
    • script: ElementFactory<"script">
    • section: ElementFactory<"section">
    • select: ElementFactory<"select">
    • slot: ElementFactory<"slot">
    • small: ElementFactory<"small">
    • source: ElementFactory<"source">
    • span: ElementFactory<"span">
    • stop: SVGElementFactory<"stop">
    • strong: ElementFactory<"strong">
    • style: ElementFactory<"style">
    • sub: ElementFactory<"sub">
    • summary: ElementFactory<"summary">
    • sup: ElementFactory<"sup">
    • svg: SVGElementFactory<"svg">
    • symbol: SVGElementFactory<"symbol">
    • table: ElementFactory<"table">
    • tbody: ElementFactory<"tbody">
    • td: ElementFactory<"td">
    • template: ElementFactory<"template">
    • text: SVGElementFactory<"text">
    • textarea: ElementFactory<"textarea">
    • textPath: SVGElementFactory<"textPath">
    • tfoot: ElementFactory<"tfoot">
    • th: ElementFactory<"th">
    • thead: ElementFactory<"thead">
    • time: ElementFactory<"time">
    • tr: ElementFactory<"tr">
    • track: ElementFactory<"track">
    • tspan: SVGElementFactory<"tspan">
    • u: ElementFactory<"u">
    • ul: ElementFactory<"ul">
    • use: SVGElementFactory<"use">
    • var: ElementFactory<"var">
    • video: ElementFactory<"video">
    • wbr: ElementFactory<"wbr">