cue property

cue property

See the cue property definition in CSS2.

Definition:

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

See Also