mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
LibWeb: Add the UIEvent::{view, detail} IDL attributes
This commit is contained in:
parent
1c4404c46a
commit
f176514db8
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
interface UIEvent : Event {
|
||||
|
||||
readonly attribute Window? view;
|
||||
readonly attribute long detail;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue