Trilium Frontend API
    Preparing search index...

    Interface IntrinsicElements

    interface IntrinsicElements {
        a: AnchorHTMLAttributes<HTMLAnchorElement>;
        abbr: h.JSX.HTMLAttributes<HTMLElement>;
        address: h.JSX.HTMLAttributes<HTMLElement>;
        animate: h.JSX.SVGAttributes<SVGAnimateElement>;
        animateMotion: h.JSX.SVGAttributes<SVGAnimateMotionElement>;
        animateTransform: h.JSX.SVGAttributes<SVGAnimateTransformElement>;
        annotation: AnnotationMathMLAttributes<MathMLElement>;
        "annotation-xml": AnnotationXmlMathMLAttributes<MathMLElement>;
        area: AreaHTMLAttributes<HTMLAreaElement>;
        article: h.JSX.HTMLAttributes<HTMLElement>;
        aside: h.JSX.HTMLAttributes<HTMLElement>;
        audio: AudioHTMLAttributes<HTMLAudioElement>;
        b: h.JSX.HTMLAttributes<HTMLElement>;
        base: BaseHTMLAttributes<HTMLBaseElement>;
        bdi: h.JSX.HTMLAttributes<HTMLElement>;
        bdo: h.JSX.HTMLAttributes<HTMLElement>;
        big: h.JSX.HTMLAttributes<HTMLElement>;
        blockquote: BlockquoteHTMLAttributes<HTMLQuoteElement>;
        body: h.JSX.HTMLAttributes<HTMLBodyElement>;
        br: h.JSX.HTMLAttributes<HTMLBRElement>;
        button: ButtonHTMLAttributes<HTMLButtonElement>;
        canvas: CanvasHTMLAttributes<HTMLCanvasElement>;
        caption: h.JSX.HTMLAttributes<HTMLTableCaptionElement>;
        circle: h.JSX.SVGAttributes<SVGCircleElement>;
        cite: h.JSX.HTMLAttributes<HTMLElement>;
        clipPath: h.JSX.SVGAttributes<SVGClipPathElement>;
        code: h.JSX.HTMLAttributes<HTMLElement>;
        col: ColHTMLAttributes<HTMLTableColElement>;
        colgroup: ColgroupHTMLAttributes<HTMLTableColElement>;
        data: DataHTMLAttributes<HTMLDataElement>;
        datalist: h.JSX.HTMLAttributes<HTMLDataListElement>;
        dd: h.JSX.HTMLAttributes<HTMLElement>;
        defs: h.JSX.SVGAttributes<SVGDefsElement>;
        del: DelHTMLAttributes<HTMLModElement>;
        desc: h.JSX.SVGAttributes<SVGDescElement>;
        details: DetailsHTMLAttributes<HTMLDetailsElement>;
        dfn: h.JSX.HTMLAttributes<HTMLElement>;
        dialog: DialogHTMLAttributes<HTMLDialogElement>;
        div: h.JSX.HTMLAttributes<HTMLDivElement>;
        dl: h.JSX.HTMLAttributes<HTMLDListElement>;
        dt: h.JSX.HTMLAttributes<HTMLElement>;
        ellipse: h.JSX.SVGAttributes<SVGEllipseElement>;
        em: h.JSX.HTMLAttributes<HTMLElement>;
        embed: EmbedHTMLAttributes<HTMLEmbedElement>;
        feBlend: h.JSX.SVGAttributes<SVGFEBlendElement>;
        feColorMatrix: h.JSX.SVGAttributes<SVGFEColorMatrixElement>;
        feComponentTransfer: h.JSX.SVGAttributes<SVGFEComponentTransferElement>;
        feComposite: h.JSX.SVGAttributes<SVGFECompositeElement>;
        feConvolveMatrix: h.JSX.SVGAttributes<SVGFEConvolveMatrixElement>;
        feDiffuseLighting: h.JSX.SVGAttributes<SVGFEDiffuseLightingElement>;
        feDisplacementMap: h.JSX.SVGAttributes<SVGFEDisplacementMapElement>;
        feDistantLight: h.JSX.SVGAttributes<SVGFEDistantLightElement>;
        feDropShadow: h.JSX.SVGAttributes<SVGFEDropShadowElement>;
        feFlood: h.JSX.SVGAttributes<SVGFEFloodElement>;
        feFuncA: h.JSX.SVGAttributes<SVGFEFuncAElement>;
        feFuncB: h.JSX.SVGAttributes<SVGFEFuncBElement>;
        feFuncG: h.JSX.SVGAttributes<SVGFEFuncGElement>;
        feFuncR: h.JSX.SVGAttributes<SVGFEFuncRElement>;
        feGaussianBlur: h.JSX.SVGAttributes<SVGFEGaussianBlurElement>;
        feImage: h.JSX.SVGAttributes<SVGFEImageElement>;
        feMerge: h.JSX.SVGAttributes<SVGFEMergeElement>;
        feMergeNode: h.JSX.SVGAttributes<SVGFEMergeNodeElement>;
        feMorphology: h.JSX.SVGAttributes<SVGFEMorphologyElement>;
        feOffset: h.JSX.SVGAttributes<SVGFEOffsetElement>;
        fePointLight: h.JSX.SVGAttributes<SVGFEPointLightElement>;
        feSpecularLighting: h.JSX.SVGAttributes<SVGFESpecularLightingElement>;
        feSpotLight: h.JSX.SVGAttributes<SVGFESpotLightElement>;
        feTile: h.JSX.SVGAttributes<SVGFETileElement>;
        feTurbulence: h.JSX.SVGAttributes<SVGFETurbulenceElement>;
        fieldset: FieldsetHTMLAttributes<HTMLFieldSetElement>;
        figcaption: h.JSX.HTMLAttributes<HTMLElement>;
        figure: h.JSX.HTMLAttributes<HTMLElement>;
        filter: h.JSX.SVGAttributes<SVGFilterElement>;
        footer: h.JSX.HTMLAttributes<HTMLElement>;
        foreignObject: h.JSX.SVGAttributes<SVGForeignObjectElement>;
        form: FormHTMLAttributes<HTMLFormElement>;
        g: h.JSX.SVGAttributes<SVGGElement>;
        h1: h.JSX.HTMLAttributes<HTMLHeadingElement>;
        h2: h.JSX.HTMLAttributes<HTMLHeadingElement>;
        h3: h.JSX.HTMLAttributes<HTMLHeadingElement>;
        h4: h.JSX.HTMLAttributes<HTMLHeadingElement>;
        h5: h.JSX.HTMLAttributes<HTMLHeadingElement>;
        h6: h.JSX.HTMLAttributes<HTMLHeadingElement>;
        head: h.JSX.HTMLAttributes<HTMLHeadElement>;
        header: h.JSX.HTMLAttributes<HTMLElement>;
        hgroup: h.JSX.HTMLAttributes<HTMLElement>;
        hr: h.JSX.HTMLAttributes<HTMLHRElement>;
        html: h.JSX.HTMLAttributes<HTMLHtmlElement>;
        i: h.JSX.HTMLAttributes<HTMLElement>;
        iframe: IframeHTMLAttributes<HTMLIFrameElement>;
        image: h.JSX.SVGAttributes<SVGImageElement>;
        img: ImgHTMLAttributes<HTMLImageElement>;
        input: InputHTMLAttributes<HTMLInputElement>;
        ins: InsHTMLAttributes<HTMLModElement>;
        kbd: h.JSX.HTMLAttributes<HTMLElement>;
        keygen: KeygenHTMLAttributes<HTMLUnknownElement>;
        label: LabelHTMLAttributes<HTMLLabelElement>;
        legend: h.JSX.HTMLAttributes<HTMLLegendElement>;
        li: LiHTMLAttributes<HTMLLIElement>;
        line: h.JSX.SVGAttributes<SVGLineElement>;
        linearGradient: h.JSX.SVGAttributes<SVGLinearGradientElement>;
        link: LinkHTMLAttributes<HTMLLinkElement>;
        maction: MActionMathMLAttributes<MathMLElement>;
        main: h.JSX.HTMLAttributes<HTMLElement>;
        map: MapHTMLAttributes<HTMLMapElement>;
        mark: h.JSX.HTMLAttributes<HTMLElement>;
        marker: h.JSX.SVGAttributes<SVGMarkerElement>;
        marquee: MarqueeHTMLAttributes<HTMLMarqueeElement>;
        mask: h.JSX.SVGAttributes<SVGMaskElement>;
        math: MathMathMLAttributes<MathMLElement>;
        menclose: MEncloseMathMLAttributes<MathMLElement>;
        menu: MenuHTMLAttributes<HTMLMenuElement>;
        menuitem: h.JSX.HTMLAttributes<HTMLUnknownElement>;
        merror: MErrorMathMLAttributes<MathMLElement>;
        meta: MetaHTMLAttributes<HTMLMetaElement>;
        metadata: h.JSX.SVGAttributes<SVGMetadataElement>;
        meter: MeterHTMLAttributes<HTMLMeterElement>;
        mfenced: MFencedMathMLAttributes<MathMLElement>;
        mfrac: MFracMathMLAttributes<MathMLElement>;
        mi: MiMathMLAttributes<MathMLElement>;
        mmultiscripts: MmultiScriptsMathMLAttributes<MathMLElement>;
        mn: MNMathMLAttributes<MathMLElement>;
        mo: MOMathMLAttributes<MathMLElement>;
        mover: MOverMathMLAttributes<MathMLElement>;
        mpadded: MPaddedMathMLAttributes<MathMLElement>;
        mpath: h.JSX.SVGAttributes<SVGMPathElement>;
        mphantom: MPhantomMathMLAttributes<MathMLElement>;
        mprescripts: MPrescriptsMathMLAttributes<MathMLElement>;
        mroot: MRootMathMLAttributes<MathMLElement>;
        mrow: MRowMathMLAttributes<MathMLElement>;
        ms: MSMathMLAttributes<MathMLElement>;
        mspace: MSpaceMathMLAttributes<MathMLElement>;
        msqrt: MSqrtMathMLAttributes<MathMLElement>;
        mstyle: MStyleMathMLAttributes<MathMLElement>;
        msub: MSubMathMLAttributes<MathMLElement>;
        msubsup: MSubsupMathMLAttributes<MathMLElement>;
        msup: MSupMathMLAttributes<MathMLElement>;
        mtable: MTableMathMLAttributes<MathMLElement>;
        mtd: MTdMathMLAttributes<MathMLElement>;
        mtext: MTextMathMLAttributes<MathMLElement>;
        mtr: MTrMathMLAttributes<MathMLElement>;
        munder: MUnderMathMLAttributes<MathMLElement>;
        munderover: MUnderMathMLAttributes<MathMLElement>;
        nav: h.JSX.HTMLAttributes<HTMLElement>;
        noscript: h.JSX.HTMLAttributes<HTMLElement>;
        object: ObjectHTMLAttributes<HTMLObjectElement>;
        ol: OlHTMLAttributes<HTMLOListElement>;
        optgroup: OptgroupHTMLAttributes<HTMLOptGroupElement>;
        option: OptionHTMLAttributes<HTMLOptionElement>;
        output: OutputHTMLAttributes<HTMLOutputElement>;
        p: h.JSX.HTMLAttributes<HTMLParagraphElement>;
        param: ParamHTMLAttributes<HTMLParamElement>;
        path: h.JSX.SVGAttributes<SVGPathElement>;
        pattern: h.JSX.SVGAttributes<SVGPatternElement>;
        picture: h.JSX.HTMLAttributes<HTMLPictureElement>;
        polygon: h.JSX.SVGAttributes<SVGPolygonElement>;
        polyline: h.JSX.SVGAttributes<SVGPolylineElement>;
        pre: h.JSX.HTMLAttributes<HTMLPreElement>;
        progress: ProgressHTMLAttributes<HTMLProgressElement>;
        q: QuoteHTMLAttributes<HTMLQuoteElement>;
        radialGradient: h.JSX.SVGAttributes<SVGRadialGradientElement>;
        rect: h.JSX.SVGAttributes<SVGRectElement>;
        rp: h.JSX.HTMLAttributes<HTMLElement>;
        rt: h.JSX.HTMLAttributes<HTMLElement>;
        ruby: h.JSX.HTMLAttributes<HTMLElement>;
        s: h.JSX.HTMLAttributes<HTMLElement>;
        samp: h.JSX.HTMLAttributes<HTMLElement>;
        script: ScriptHTMLAttributes<HTMLScriptElement>;
        search: h.JSX.HTMLAttributes<HTMLElement>;
        section: h.JSX.HTMLAttributes<HTMLElement>;
        select: SelectHTMLAttributes<HTMLSelectElement>;
        semantics: SemanticsMathMLAttributes<MathMLElement>;
        set: h.JSX.SVGAttributes<SVGSetElement>;
        slot: SlotHTMLAttributes<HTMLSlotElement>;
        small: h.JSX.HTMLAttributes<HTMLElement>;
        source: SourceHTMLAttributes<HTMLSourceElement>;
        span: h.JSX.HTMLAttributes<HTMLSpanElement>;
        stop: h.JSX.SVGAttributes<SVGStopElement>;
        strong: h.JSX.HTMLAttributes<HTMLElement>;
        style: StyleHTMLAttributes<HTMLStyleElement>;
        sub: h.JSX.HTMLAttributes<HTMLElement>;
        summary: h.JSX.HTMLAttributes<HTMLElement>;
        sup: h.JSX.HTMLAttributes<HTMLElement>;
        svg: h.JSX.SVGAttributes<SVGSVGElement>;
        switch: h.JSX.SVGAttributes<SVGSwitchElement>;
        symbol: h.JSX.SVGAttributes<SVGSymbolElement>;
        table: TableHTMLAttributes<HTMLTableElement>;
        tbody: h.JSX.HTMLAttributes<HTMLTableSectionElement>;
        td: TdHTMLAttributes<HTMLTableCellElement>;
        template: h.JSX.HTMLAttributes<HTMLTemplateElement>;
        text: h.JSX.SVGAttributes<SVGTextElement>;
        textarea: TextareaHTMLAttributes<HTMLTextAreaElement>;
        textPath: h.JSX.SVGAttributes<SVGTextPathElement>;
        tfoot: h.JSX.HTMLAttributes<HTMLTableSectionElement>;
        th: ThHTMLAttributes<HTMLTableCellElement>;
        thead: h.JSX.HTMLAttributes<HTMLTableSectionElement>;
        time: TimeHTMLAttributes<HTMLTimeElement>;
        title: h.JSX.HTMLAttributes<HTMLTitleElement>;
        tr: h.JSX.HTMLAttributes<HTMLTableRowElement>;
        track: TrackHTMLAttributes<HTMLTrackElement>;
        tspan: h.JSX.SVGAttributes<SVGTSpanElement>;
        u: h.JSX.HTMLAttributes<HTMLElement>;
        ul: h.JSX.HTMLAttributes<HTMLUListElement>;
        use: h.JSX.SVGAttributes<SVGUseElement>;
        var: h.JSX.HTMLAttributes<HTMLElement>;
        video: VideoHTMLAttributes<HTMLVideoElement>;
        view: h.JSX.SVGAttributes<SVGViewElement>;
        wbr: h.JSX.HTMLAttributes<HTMLElement>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    article