Is there a Lightning equivalent of LL.getAllDesktops() ? Maybe I’m just blind but I can’t find anything.
Is there a Lightning equivalent of LL.getAllDesktops() ? Maybe I’m just blind but I can’t find anything.
]]>
« Happens only when script is run in background. (Previous Post)
(Next Post) V14b2. Maybe an older bug.. »
< ![CDATA[
There is no direct equivalent but there is:
– getConfiguration().getAllDesktops() : it will return all desktop ids
– Screen.getContainerById() : to retrieve the object according to the id
]]>