Coda by Ian Macalinao
    Preparing search index...

    Type Alias LifecycleHookUpdateInfo

    Update data for the LifecycleHook external plugin adapter.

    type LifecycleHookUpdateInfo = {
        extraAccounts: Option<ExtraAccount[]>;
        lifecycleChecks: Option<
            (readonly [HookableLifecycleEvent, ExternalCheckResult])[],
        >;
        schema: Option<ExternalPluginAdapterSchema>;
    }
    Index

    Properties

    extraAccounts: Option<ExtraAccount[]>

    Additional accounts to forward to the hooked program, if changing.

    lifecycleChecks: Option<
        (readonly [HookableLifecycleEvent, ExternalCheckResult])[],
    >

    The lifecycle events that should trigger the hook, if changing.

    The serialization format for hook data, if changing.