type property

type property

Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified.

Definition:

@property
def type(self):
    ...
@type.setter
def type(self, value):
    ...

See Also