TypedDict: ScriptEventOptions
Filters applied to a Script Event subscription.
class ScriptEventOptions(TypedDict)
Properties
namespaces
namespaces: NotRequired[Optional[Sequence[str]]]
Author-chosen namespace portions of <namespace>:<path> message IDs. Message namespaces are independent of Script IDs and sender identity. Omit this property or use null to receive every namespace; an explicit empty list receives none.