java_script property

java_script property

Gets or sets enum which represents the way scripts are handled. Currently ResourceHandling.SAVE, ResourceHandling.IGNORE, ResourceHandling.DISCARD and ResourceHandling.EMBED values are supported. Default value is ResourceHandling.SAVE.

Definition:

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

See Also