Class SharedStorageAccessedEventArgs
SharedStorageAccessed
public sealed class SharedStorageAccessedEventArgs : EventArgs
- Inheritance
-
SharedStorageAccessedEventArgs
- Inherited Members
Properties
AccessTime
Gets or sets the accessTime
[JsonPropertyName("accessTime")]
public double AccessTime { get; set; }
Property Value
MainFrameId
Gets or sets the mainFrameId
[JsonPropertyName("mainFrameId")]
public string MainFrameId { get; set; }
Property Value
OwnerOrigin
Gets or sets the ownerOrigin
[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }
Property Value
Params
Gets or sets the params
[JsonPropertyName("params")]
public SharedStorageAccessParams Params { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public SharedStorageAccessType Type { get; set; }