repeat_until_next_click property

repeat_until_next_click property

This attribute specifies if the effect will repeat until the next click. Read/write bool.

Definition:

@property
def repeat_until_next_click(self):
    ...

@repeat_until_next_click.setter
def repeat_until_next_click(self, value):
    ...

See Also