Skip to main content

Type Alias: GetModularShareUrl()

GetModularShareUrl: (codeOnly?) => Promise<string | null>

Generate link to current modular configurator. In not modular configurator returns null

Parameters

codeOnly?: boolean

If true, it will return shortCode only instead of full url

Returns

Promise<string | null>