UXPContainer
Extends: EventTarget
Category: uxp
new UXPContainer()
Describes information regarding the UXP container for the attached element.
uxpContainer.devicePixelRatio : number
Returns the device pixel ratio for this element
Read only
uxpContainer.addEventListener(eventName, callback, [capture])
Param
Type
Default
eventName
\*callback
\*[capture]
booleanfalseuxpContainer.removeEventListener(eventName, callback, [capture])
Param
Type
Default
eventName
\*callback
\*[capture]
booleanfalseuxpContainer.dispatchEvent(event)
Param
Type
event
\*