hivesolutions / appier-extras

Appier on Steroids
http://appier-extras.hive.pt
2 stars 3 forks source link

Param support in the operation parameters #24

Open joamag opened 6 years ago

joamag commented 6 years ago

Description

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"))

0