ResolvedCategory
type ResolvedCategory = { default: boolean; description: string; id: CategoryId; mode: ConsentMode; required: boolean; vendors: string[];};Defined in: types.ts:179
A category resolved against the active jurisdiction — what the SDK actually needs to know to render UI and gate scripts.
Type declaration
| Name | Type | Defined in |
|---|---|---|
default | boolean | types.ts:183 |
description? | string | types.ts:185 |
id | CategoryId | types.ts:180 |
mode | ConsentMode | types.ts:182 |
required | boolean | types.ts:181 |
vendors | string[] | types.ts:184 |