Newer Version Available
Function Type
An attribute can have a type corresponding to a JavaScript function.
1<aura:attribute name="callback" type="Function" />For an example, see Return Result for Asynchronous Code.
Newer Version Available
1<aura:attribute name="callback" type="Function" />For an example, see Return Result for Asynchronous Code.