gh-pages / com.nextfaze.devfun.invoke / WithNullability
WithNullability
interface WithNullability (source)
Parameter objects that implement this will can be nullable.
Warning: Should only be used for user-defined UiFunction parameters as most of DevFun does not support nullability.
Properties
| Name | Summary |
|---|---|
| isNullable | open val isNullable: BooleanIs this parameter nullable. If true, then a null checkbox will be visible. |