So in your case I think it could be something like...
# javascript
a
So in your case I think it could be something like
Copy code
var INPUT.selectionStart: String?
    get() = attributes["selectionStart"]
    set(value) {
        attributes["selectionStart"] = value
    }