value property

WebExtensionProperty.value property

Specifies a custom property value.

@property
def value(self) -> str:
    ...

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

See Also