Orca Note Plugin API Documentation
    Preparing search index...

    Type Alias BeforeHookPred

    BeforeHookPred: (id: string, ...args: any[]) => boolean

    Predicate function type used for "before command" hooks. Returns true to allow the command to proceed, false to cancel it.

    Type declaration

      • (id: string, ...args: any[]): boolean
      • Parameters

        • id: string
        • ...args: any[]

        Returns boolean