Theia API Documentation v1.65.0
    Preparing search index...

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

    interface SecretStorageChangeEvent {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    The key of the secret that has changed.