Skip to content

Interface: InlineImageFieldHookableEvents

Type for the hookable events of InlineImageField with cleanup support

Properties

PropertyType
click:appendInner[[MouseEvent], [Error | null, MouseEvent]]
click:clear[[MouseEvent], [Error | null, MouseEvent]]
click:control[[MouseEvent], [Error | null, MouseEvent]]
click:prependInner[[MouseEvent], [Error | null, MouseEvent]]
invalid-file-type[[string, string[]], [Error | null, string, string[]]]
mousedown:control[[MouseEvent], [Error | null, MouseEvent]]
update:focused[[boolean], [Error | null, boolean]]
update:model-value[[string | null], [Error | null, string | null]]
update:modelValue[[string | null], [Error | null, string | null]]