Trilium Frontend API
    Preparing search index...

    Interface CommandEventInit

    interface CommandEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        command: string;
        composed?: boolean;
        source: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    command: string
    composed?: boolean
    source: Element