Skip to content

Type Alias: InlineImageFieldHookHandlers<T>

ts
type InlineImageFieldHookHandlers<T> = FieldHookHandler<
  InlineImageFieldHookableRawEvents,
  InlineImageFieldHookableEvents,
  T
>;

Handler type for InlineImageField hooks.

Type Parameters

Type ParameterDescription
T extends keyof InlineImageFieldHookableEventsThe specific event key from InlineImageFieldHookableEvents