Trilium Frontend API
    Preparing search index...

    Type Alias SetContentFunction

    SetContentFunction: () => | string
    | Element
    | (() => string | Element | null)
    | null

    Type Declaration

      • (): string | Element | (() => string | Element | null) | null
      • Returns string | Element | (() => string | Element | null) | null