type property

type property

The type of this form control. This the string “textarea”.

Definition:

@property
def type(self):
    ...

See Also