1.90.0 • Published 6 years ago

wix-sdk v1.90.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

wix-sdk

Wix's App Market SDK module for 3rd-party applications

npm version

Why this module, and how to use?

If you're using an npm-centric client build, you might want to use an 'import' statement instead of a global for code consistency.

What it does?

It only exposes the global 'Wix' variable that is available after loading the Wix SDK script as an (importable) object reference.

Code example

import Wix from 'wix-sdk';

// Now we have the Wix global variable, we can call methods on it:
const cacheKiller = Wix.Utils.getCacheKiller();
const resizeSupported = Wix.Features.isSupported(Wix.Features.Types.RESIZE_COMPONENT, function (data){console.log(data)});
// ... your awesome app code here!
1.90.0

6 years ago

1.74.0

7 years ago

1.69.0

7 years ago

1.68.0

8 years ago

1.67.0

8 years ago