WebConfig
clay.web.WebConfig (Class)
Instance Members
windowId: String
windowParent: js.html.Element
preventDefaultContextMenu: Bool
preventDefaultMouseWheel: Bool
preventDefaultTouches: Bool
preventDefaultKeys: Array<clay.KeyCode>
mouseUseBrowserWindowEvents: Bool
new(?windowId: Null<String>, ?windowParent: Null<js.html.Element>, ?preventDefaultContextMenu: Null<Bool>, ?preventDefaultMouseWheel: Null<Bool>, ?preventDefaultTouches: Null<Bool>, ?preventDefaultKeys: Null<Array<clay.KeyCode>>, ?mouseUseBrowserWindowEvents: Null<Bool>): Void
Name | Type | Default |
---|---|---|
windowId |
Null<String> | (optional) |
windowParent |
Null<js.html.Element> | (optional) |
preventDefaultContextMenu |
Null<Bool> | (optional) |
preventDefaultMouseWheel |
Null<Bool> | (optional) |
preventDefaultTouches |
Null<Bool> | (optional) |
preventDefaultKeys |
Null<Array<clay.KeyCode>> | (optional) |
mouseUseBrowserWindowEvents |
Null<Bool> | (optional) |
Metadata
Name | Parameters |
---|---|
:structInit |
- |
:publicFields |
- |