Coda by Ian Macalinao
    Preparing search index...

    Type Alias LinkedLifecycleHookUpdateInfoArgs

    type LinkedLifecycleHookUpdateInfoArgs = {
        extraAccounts: OptionOrNullable<ExtraAccountArgs[]>;
        lifecycleChecks: OptionOrNullable<
            (readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs])[],
        >;
        schema: OptionOrNullable<ExternalPluginAdapterSchemaArgs>;
    }
    Index

    Properties

    extraAccounts: OptionOrNullable<ExtraAccountArgs[]>

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

    lifecycleChecks: OptionOrNullable<
        (readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs])[],
    >

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

    schema: OptionOrNullable<ExternalPluginAdapterSchemaArgs>

    The serialization format for hook data, if changing.