Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / plugins / SupportedHookName

Type Alias: SupportedHookName

SupportedHookName = typeof SUPPORTED_HOOKS[number]

Defined in: packages/b2c-tooling-sdk/src/plugins/discovery.ts:22

Union type of all supported hook names in the plugin system.

Represents any of the hook names that the plugin discovery system recognizes: b2c:config-sources, b2c:http-middleware, or b2c:auth-middleware.

Released under the Apache-2.0 License.