Canvas App

force:canvasApp

Embeds a Force.com Canvas app in an Aura component.

For Use In

Lightning Experience, Experience Builder Sites, Salesforce Mobile App

A force:canvasApp component represents a canvas app that's embedded in your Aura component. You can create a web app in the language of your choice and expose it in Salesforce as a canvas app. Use the Canvas App Previewer to test and debug the canvas app before embedding it in an Aura component.

If you have a namespace prefix, specify it using the namespacePrefix attribute. Either the developerName or applicationName attribute is required. This example embeds a canvas app in an Aura component.

Sfdc.canvas is not supported for use with Aura components. For more information on building canvas apps, see the Canvas Developer Guide.