@serenity-is/corelib / CustomDomAttributes

Interface: CustomDomAttributes<T>

Defined in: ../domwise/dist/index.d.ts:38

Extended by

Type Parameters

T

T

Properties

children?

optional children: ComponentChildren

Defined in: ../domwise/dist/index.d.ts:39


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

Defined in: ../domwise/dist/index.d.ts:40

__html

__html: string


on?

optional on: Record<string, Function>

Defined in: ../domwise/dist/index.d.ts:45

compat from jsx-dom/react


onCapture?

optional onCapture: Record<string, Function>

Defined in: ../domwise/dist/index.d.ts:46


ref?

optional ref: Ref<T>

Defined in: ../domwise/dist/index.d.ts:43