Interface SecretStorageChangeEvent

The event data that is fired when a secret is added or removed.

interface SecretStorageChangeEvent {
    key: string;
}

Properties

Properties

key: string

The key of the secret that has changed.