type alias Attributes
thefrontside/effectiontype Attributes = {} & Record<string, string | number | boolean>
Serializable name/value pairs that can be used for visualizing and inpsecting Effection scopes. There will always be at least a name in the attributes.