Skip to content

OverlayProps

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

Props for Overlay components.

optional data: string[];

Defined in: packages/markput/src/types.ts:35

Data array for suggestions/autocomplete


optional slot: ComponentType<OverlayProps>;

Defined in: packages/markput/src/types.ts:31

Custom component to render this overlay


optional trigger: string;

Defined in: packages/markput/src/types.ts:33

Trigger character(s) that activate the overlay