is_open property

is_open property

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

Definition:

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

See Also