You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the documentation for classes like AnimationChannel lists EventListener APIs that are intended to be internal implementation details of the library, including:
dispatchEvent
addEventListener
removeEventListener
Note that .dispose() is also inherited from property-graph, but this API is necessary to have documented and should not be removed.
The text was updated successfully, but these errors were encountered:
donmccurdy
changed the title
Property subclass documentations should not list EventListener APIs
Property documentation should not list EventListener APIs
Mar 5, 2025
Currently the documentation for classes like AnimationChannel lists EventListener APIs that are intended to be internal implementation details of the library, including:
Note that
.dispose()
is also inherited fromproperty-graph
, but this API is necessary to have documented and should not be removed.The text was updated successfully, but these errors were encountered: