QML icon indicating copy to clipboard operation
QML copied to clipboard

Apparently, `required` is a valid property name

Open ratijas opened this issue 2 years ago • 0 comments

Who would've though, this isn't reserved, just like property word itself. Very context-dependent, much look-ahead, wow.

image

Object {
    required: value
    required.property: value
}

ratijas avatar Dec 26 '23 22:12 ratijas