Changes the value of an element property.
Context object.
Element selector.
The property to be set.
The value to set the property to.
Optional
await setProperty(ctx, '#my-selector', 'disabled', 'true'); Copy
await setProperty(ctx, '#my-selector', 'disabled', 'true');
Generated using TypeDoc
Changes the value of an element property.