Logos DX
    Preparing search index...
    interface PipeOptions {
        append?: (...args: any[]) => any;
        scope?: HookScope;
    }
    Index

    Properties

    Properties

    append?: (...args: any[]) => any

    Ephemeral middleware that runs last (innermost before coreFn)

    scope?: HookScope

    Shared scope that flows across hook runs and engine instances