Type Alias: InlineImageFieldHookHandlers<T>
ts
type InlineImageFieldHookHandlers<T> = FieldHookHandler<
InlineImageFieldHookableRawEvents,
InlineImageFieldHookableEvents,
T
>;Handler type for InlineImageField hooks.
Type Parameters
| Type Parameter | Description |
|---|---|
T extends keyof InlineImageFieldHookableEvents | The specific event key from InlineImageFieldHookableEvents |