Class IndexedDBListUpdatedEventArgs
IndexedDBListUpdated
public sealed class IndexedDBListUpdatedEventArgs : EventArgs
- Inheritance
-
IndexedDBListUpdatedEventArgs
- Inherited Members
Properties
BucketId
Gets or sets the bucketId
[JsonPropertyName("bucketId")]
public string BucketId { get; set; }
Property Value
Origin
Gets or sets the origin
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
StorageKey
Gets or sets the storageKey
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }