You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently operation parameters are described as a simple tuple instance. A new appier.param() structure must be creating inheriting from tuple and adding new functionaly, like named parameters.
Use cases
Using it to provide support for the placeholder value (eg: appier.param("name", placeholder = "Your name"))
The text was updated successfully, but these errors were encountered:
Description
Currently operation parameters are described as a simple
tuple
instance. A newappier.param()
structure must be creating inheriting from tuple and adding new functionaly, like named parameters.Use cases
Using it to provide support for the
placeholder
value (eg:appier.param("name", placeholder = "Your name")
)The text was updated successfully, but these errors were encountered: