svelte-cookie-banner
    Preparing search index...

    Type Alias Choices

    Choices: Record<
        SuggestedChoices
        | string,
        {
            description: string;
            label: string;
            mandatory?: boolean;
            onAccepted?: () => void | Promise<void>;
            onRejected?: () => void | Promise<void>;
            value?: boolean;
        },
    >

    A map of cookie choice keys to their configuration objects. You can use the predefined SuggestedChoices or define your own custom keys.