selection_level property

selection_level property

Gets and sets the time level at which the current selection was made for the Timeline.

Definition:

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

See Also