Browse Packages

Interface: PopupEmbedProps

Defined in: embeds/types.ts:81

Extends

Properties

customer?

optional customer?: CustomerInfo

Defined in: embeds/types.ts:74

Inherited from

BaseEmbedProps.customer


domain?

optional domain?: string

Defined in: embeds/types.ts:70

Inherited from

BaseEmbedProps.domain


events?

optional events?: Partial<EmbedEventCallbacks>

Defined in: embeds/types.ts:78

Inherited from

BaseEmbedProps.events


height?

optional height?: string

Defined in: embeds/types.ts:85


inheritParameters?

optional inheritParameters?: boolean

Defined in: embeds/types.ts:72

Inherited from

BaseEmbedProps.inheritParameters


isOpen

isOpen: boolean

Defined in: embeds/types.ts:82


offer

offer: string

Defined in: embeds/types.ts:71

Inherited from

BaseEmbedProps.offer


onClose

onClose: () => void

Defined in: embeds/types.ts:83

Returns

void


onComplete?

optional onComplete?: (checkout) => void

Defined in: embeds/types.ts:75

Parameters

checkout

any

Returns

void

Inherited from

BaseEmbedProps.onComplete


onError?

optional onError?: (error) => void

Defined in: embeds/types.ts:77

Parameters

error

any

Returns

void

Inherited from

BaseEmbedProps.onError


onSuccess?

optional onSuccess?: (data) => void

Defined in: embeds/types.ts:76

Parameters

data

any

Returns

void

Inherited from

BaseEmbedProps.onSuccess


parameters?

optional parameters?: Record<string, any>

Defined in: embeds/types.ts:73

Inherited from

BaseEmbedProps.parameters


size?

optional size?: "small" | "medium" | "large"

Defined in: embeds/types.ts:86


width?

optional width?: string

Defined in: embeds/types.ts:84

Feature detail