OCP Dienste :
boxelyRenderer
>
resource
> library
property
library
(r/o) library library;
Typ
library
Zugriff
Read Only
This property returns back the library object that contains this resource.
function ForceRemove(rsrc) { var lib = rsrc.library; if (lib) { lib.removeResource(rsrc); } }