RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Type Alias ApiCreatedSessionPropertiesEvent

    ApiCreatedSessionPropertiesEvent: {
        [key in `session_properties.${string}`]?: string | number | false | true
    } & { duration?: number; start_time?: number }

    The event parameter the dynatrace.sendSessionPropertyEvent function accepts. See the function declaration for details.