Trilium Frontend API
    Preparing search index...

    Type Alias TemplateElementDefinition

    type TemplateElementDefinition = {
        attributes?: Record<string, TemplateValueSchema>;
        children?: Iterable<View | Node | Template | TemplateDefinition>;
        on?: Record<string, TemplateListenerSchema>;
        tag: string;
    }
    Index

    Properties

    attributes?: Record<string, TemplateValueSchema>

    See the template module:ui/template~Template#attributes property.

    See the template module:ui/template~Template#children property.

    See the template module:ui/template~Template#eventListeners property.

    tag: string

    See the template module:ui/template~Template#tag property.