show_type property

show_type property

Represents the show type of smart tag.

Definition:

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

See Also