Scripting Object APItype-aliasesSubscribeResultOn this pageSubscribeResult type SubscribeResult = { subscriptionId: string;}; Result returned after a successful subscription Properties subscriptionId subscriptionId: string; Unique identifier for the active subscription. Use this to unsubscribe or correlate incoming events.