@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface OpenFileInfoTelemetryEvent

    Info that we may send about a file that was just opened. Info about a file will only be sent once per session, even if the file changes in ways that might affect the info. Currently this is only sent for '.js' files.

    interface OpenFileInfoTelemetryEvent {
        data: OpenFileInfoTelemetryEventData;
        eventName: "openFileInfo";
    }
    Index

    Properties

    Properties

    eventName: "openFileInfo"