type property

type property

Specifies type of form field signature if it should be searched. Default value is null.

Definition:

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

See Also