Aura Components in force Namespace

The force namespace provides several Aura components for working with Canvas apps and record data.

  • Canvas App: Enables you to include a Force.com Canvas app in an Aura component using force:canvasApp.
  • Input Field: Provides a concrete type-specific implementation using force:inputField based on the data to which it is bound.
  • Output Field: Provides a concrete type-specific implementation using force:outputField based on the data to which it is bound.
  • Record Data: Provides the ability to create, read, update, and delete Salesforce records using force:recordData.
  • Record Edit: Generates an editable view of the specified Salesforce record using force:recordEdit.
  • Record View: Generates a view of the specified Salesforce record using force:recordView.