What is the definition of an auradefinitionbundle component?

What is the definition of an auradefinitionbundle component?

An AuraDefinitionBundle component is a folder that contains definition files. Unlike most other metadata components, an AuraDefinitionBundle component isn’t a single file, it’s a collection of files.

What is an aura definition bundle in JavaScript?

Represents an Aura definition bundle. A bundle contains an Aura definition, such as an Aura component, and its related resources, such as a JavaScript controller. The definition can be a component, application, event, interface, or a tokens collection.

Where does the aura bundle go in Salesforce?

Aura definition bundles must be under a top-level folder named aura . Each bundle must have its own subfolder under the aura folder. The name of each definition file must start with the bundle name. A bundle doesn’t have a suffix. Definition files can have one of these suffixes:

What is the definition of an aura component?

A bundle contains an Aura definition, such as an Aura component, and its related resources, such as a JavaScript controller. The definition can be a component, application, event, interface, or a tokens collection. File Suffix and Directory Location An AuraDefinitionBundle component is a folder that contains definition files.

Where is the component metadata in Salesforce flexipage?

However, if I extract the FlexiPage meta data using ANT migration tool, there is no trace of that component I added. The component metadata itself is available separately, as AuraDefinitionBundle . But that’s the component definition. Am wondering how Salesforce keeps the information that X component is a part of Y flexi-page.

Where are flexipage components stored in the API?

FlexiPage components have the suffix .flexipage and are stored in the flexipages folder. FlexiPage components are available in API version 29.0 and later.

How to add a VF component to flexipage?

So I am aware you can add a VF component onto the flexipage layout using the Lightning App builder. However, if I extract the FlexiPage meta data using ANT migration tool, there is no trace of that component I added. The component metadata itself is available separately, as AuraDefinitionBundle . But that’s the component definition.

Where do I find the aura component name?

It will return all the aura component name in DeveloperName column. Now we can edit Developer Name and save it. It will reflect all the place wherever the component is used. If you are using the component in controller and helper, It will reflect there also.