Class TrackIndexedDBForOriginCommandSettings
Registers origin to be notified when an update occurs to its IndexedDB.
public sealed class TrackIndexedDBForOriginCommandSettings : ICommand
- Inheritance
-
TrackIndexedDBForOriginCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Origin
Security origin.
[JsonPropertyName("origin")]
public string Origin { get; set; }