getEmbeddedScript( )


Retrieves information about your app's existing embedded script.

If your app doesn't have an embedded script on the relevant site, a 404 error is returned.

Method Declaration
Copy
Method Parameters
optionsGetEmbeddedScriptOptions
Returns
Return Type:Promise<ScriptProperties>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?