is_collapse property

is_collapse property

When this property is true, the bookmarkentry will collapse, otherwise it will expand.

Definition:

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

See Also