Constructors
constructor
- new Selection(string?: undefined | string): Selection
-
Parameters
-
Optional string: undefined | string
Methods
isAllSelection
- isAllSelection(): boolean
isNoneSelection
- isNoneSelection(): boolean
setString
- setString(string?: undefined | string, silent?: undefined | false | true): void
-
Parameters
-
Optional string: undefined | string
-
Optional silent: undefined | false | true
Returns void
Selection