Skip to content

CategoryApi

type CategoryApi = {
deny: () => void;
grant: () => void;
granted: boolean;
mode: ConsentMode;
required: boolean;
};

Defined in: use-consent.ts:24

Type declaration

NameTypeDefined in
deny() => voiduse-consent.ts:29
grant() => voiduse-consent.ts:28
grantedbooleanuse-consent.ts:25
modeConsentModeuse-consent.ts:27
requiredbooleanuse-consent.ts:26