W3cubDocs

/Haxe JavaScript

SelectionMode(String)

package js.html

Available on js

Variables

@:value(cast "end") @:enum @:impl inline read only END:SelectionMode = "end"

@:value(cast "preserve") @:enum @:impl inline read only PRESERVE:SelectionMode = "preserve"

@:value(cast "select") @:enum @:impl inline read only SELECT:SelectionMode = "select"

@:value(cast "start") @:enum @:impl inline read only START:SelectionMode = "start"

Static variables

@:value(cast "end") @:enum @:impl static inline read only END:SelectionMode = "end"

@:value(cast "preserve") @:enum @:impl static inline read only PRESERVE:SelectionMode = "preserve"

@:value(cast "select") @:enum @:impl static inline read only SELECT:SelectionMode = "select"

@:value(cast "start") @:enum @:impl static inline read only START:SelectionMode = "start"

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SelectionMode.html