Back to Website
Show / Hide Table of Contents

Class AuWidgetVariantSelector

Package: ui-framework

Properties

onDoubleClick

Declaration
onDoubleClick: Function = null
Property Value
Type Description
Function

params

Compiled widget configuration.

Declaration
params: any
Property Value
Type Description
any

Compiled widget configuration.

selectedVariant

Declaration
selectedVariant: ProductVariantDesign
Property Value
Type Description
ProductVariantDesign

Methods

checkInitDependenciesWidgets()

Returns an array of widget names, due to which the current widget cannot receive parameters.

Declaration
function checkInitDependenciesWidgets()
Returns
Type Description
string[]

exportWidgetData(boolean)

Declaration
function exportWidgetData(force: boolean)
Parameters
Type Name Description
boolean force
Returns
Type Description
Promise<VariantSelectorData>

resetPreloaderState()

Declaration
function resetPreloaderState()

restoreWidgetFromData(VariantSelectorData, boolean)

Declaration
function restoreWidgetFromData(data: VariantSelectorData, force: boolean)
Parameters
Type Name Description
VariantSelectorData data
boolean force
Returns
Type Description
Promise<void>

showPreloader(boolean, string | string[], number)

Shows a preloader.

"onClick": [
  "{{#function main.showPreloader(true, 'Creating print files...')}}",
  "{{#function $['editor'].getHiResImages(800,800)}}",
  "{{#function main.showPreloader(false)}}"
]
Declaration
function showPreloader(isPreload: boolean, message: string | string[], timeout: number)
Parameters
Type Name Description
boolean isPreload

If true, enables the preloader.

string | string[] message

A text message that appears next to the preloader.

number timeout

showToast(string, number)

Shows a toast.

return editor.loadUserInfo(data)
    .catch(err => {
        this.widget.showToast("Error: Invalid data");
        console.log(err);
    });
Declaration
function showToast(data?: string, duration?: number)
Parameters
Type Name Description
string data

A string message to display in the toast.

number duration

Defines how long to show the toast for.

updateParams(VariantSelectorConfig)

Declaration
function updateParams(params: VariantSelectorConfig)
Parameters
Type Name Description
VariantSelectorConfig params
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback