Takomo v7.4.3
    Preparing search index...

    Interface Hook

    Life-cycle hook used to perform actions at different stages of stack deploy and undeploy commands.

    interface Hook {
        execute: (input: HookInput) => Promise<HookOutput>;
    }
    Index

    Properties

    Properties

    execute: (input: HookInput) => Promise<HookOutput>

    Perform the hook action.

    Type declaration