type property

type property

Content type for the value attribute when valuetype has the value “ref”. See the type attribute definition in HTML 4.01.

Definition:

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

See Also