Trilium Backend API
    Preparing search index...

    Type Alias PluginFunc<T>

    PluginFunc: (option: T, c: typeof Dayjs, d: typeof dayjs) => void

    Type Parameters

    • T = unknown

    Type Declaration

      • (option: T, c: typeof Dayjs, d: typeof dayjs): void
      • Parameters

        Returns void