Skip to main content

Interface: IDeepLinkService

Defined in: src/types/services.ts:250

Deep link service for managing URL search parameters that encode the currently active miniapp.

Remarks

Replaces deep link utilities from the editor.

Methods

replaceParams()

replaceParams(searchObj): void

Defined in: src/types/services.ts:252

Replace URL search parameters with the given key-value pairs

Parameters

searchObj

Record<string, string>

Returns

void