interface EventListenerOptions {
    capture?: boolean;
}

层级 (查看完整内容)

属性

属性

capture?: boolean