function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Leo WangLeo Wang 

not all aura components(interfaces) are supported in Lightning ?

Now I find that some aura interfaces aren't supported in Lightning, such as ui:scrollerEmbeddable from aura documentation (http://documentation.auraframework.org/auradocs#reference?descriptor=ui:scrollerEmbeddable&defType=interface). It seems that only certain aura components(interfaces) are supported in Lightning now, is it? If not, how can I use them? Thanks a lot.
Mark SFMark SF
documentation.auraframework.org/auradocs is the doc for the open-source Aura framework. 

A subset of components and interfaces are available for Lightning components. The available resources are tagged as access="global" in the root-level tag, for example <aura:interface access=global" ...>

You can see the supported list in the reference doc app. See https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_doc_app.htm
RishavRishav
Hii Leo,
To get the exact list of Aura elements supported in lightning please refer to this link:
https://ap1.lightning.force.com/auradocs/reference.app 

Where ap1 is my instance name so u put your own instance name if your org is on different.
It will ask you for login so please login.

Thanks
Rishav