Trilium Frontend API
    Preparing search index...

    Interface IntrinsicElements

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

    Hierarchy (View Summary)

    Index

    Properties

    article

    form: FormHTMLAttributes<HTMLFormElement>
    select: SelectHTMLAttributes<HTMLSelectElement>