GChat Notifier SDK - v0.8.0
    Preparing search index...

    Interface ScopeData

    Contextual data (tags and extra info) serialized from a Scope.

    interface ScopeData {
        extra?: Record<string, unknown>;
        tags?: Record<string, string>;
    }
    Index

    Properties

    Properties

    extra?: Record<string, unknown>

    Supplemental structured data related to the event.

    tags?: Record<string, string>

    Key-value pairs for filtering and categorization.