canvas property

canvas property

A read-only back-reference to the HTMLCanvasElement. Might be null if it is not associated with a canvas element.

Definition:

@property
def canvas(self):
    ...

See Also