Class SetWebLifecycleStateCommandSettings
Tries to update the web lifecycle state of the page. It will transition the page to the given state according to: https://github.com/WICG/web-lifecycle/
public sealed class SetWebLifecycleStateCommandSettings : ICommand
- Inheritance
-
SetWebLifecycleStateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
State
Target lifecycle state
[JsonPropertyName("state")]
public string State { get; set; }