trySetQuiet

open fun trySetQuiet(input: Any?)

Attempts to set an arbitrary input into this Entry. Should fail soft if the input is incompatible

Should not trigger any events or other side effects. The default implementation here likely does do this, so overriding is recommended

Author

fzzyhmstrs

Since

0.7.5

Parameters

input

Any value to attempt to set