Skip to main content

Interface: MountUserProfilePayload

Extends

Properties

CDNPath?

optional CDNPath: string

URL to storage/CDN

Inherited from

EmbedPayloadPartial.CDNPath


baseURL?

optional baseURL: string

URL to page API

Overrides

EmbedPayloadPartial.baseURL


customerId

customerId: string

ID of current customer from witch fetch data

Inherited from

EmbedPayloadPartial.customerId


elementId?

optional elementId: string

Deprecated

ID of HTML element on which mount tree. No longer supported. Please use uid and data-mimeeq-short-code combination instead

Inherited from

EmbedPayloadPartial.elementId


locale

locale: string

Code of current locale

Inherited from

EmbedPayloadPartial.locale


onEventDispatch?

optional onEventDispatch: EventDispatchCallback<any>

Custom events callback

Inherited from

EmbedPayloadPartial.onEventDispatch


uid

uid: string

Embed instance unique id. Typically, embed shortcode. If passed app will try to mount into html element with data-mimmeq-shortcode set to this value and use env for this id

Inherited from

EmbedPayloadPartial.uid


withWatcher?

optional withWatcher: boolean

If true will assign "sandbox" logic to components

Inherited from

EmbedPayloadPartial.withWatcher