Skip to content

OverlayProps

Defined in: react/markput/src/types.ts:23

Props for Overlay components.

optional data: string[];

Defined in: react/markput/src/types.ts:29

Data array for suggestions/autocomplete


optional slot: ComponentType<OverlayProps>;

Defined in: react/markput/src/types.ts:25

Custom component to render this overlay


optional trigger: string;

Defined in: react/markput/src/types.ts:27

Trigger character(s) that activate the overlay