Newer Version Available
find()
Returns different types depending on the result.
- If the local ID is unique, returns the component.
- If there are multiple components with the same local ID, returns an array of the components.
- If there is no matching local ID, returns undefined.
Signature
find(String | Object name)
Parameters
- name
- Type: String | Object
- If name is an object, return instances of it. Otherwise, finds a component using its aura:id.