component_type property

component_type property

Type of changed component.

Definition:

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

See Also