State Attributes

1 attribute in this category. 1 stable

Stable Attributes

state.type

string PII: Maybe Visibility: Public OTel: False

The type of state management library

Example redux
Changelog
v0.7.0 #365 Added state.type attribute
Raw JSON
{
  "key": "state.type",
  "brief": "The type of state management library",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "redux",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        365
      ],
      "description": "Added state.type attribute"
    }
  ]
}