Skip to main content

Interface: ConsentSolutionProps

ConsentSolution.ConsentSolutionProps

Hierarchy

  • Pick<DialogProps, Exclude<keyof DialogProps, "open">>

    ConsentSolutionProps

Indexable

▪ [p: string]: any

Any other properties

Properties

className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Overrides

Pick.className

Defined in

packages/react-ui/src/components/ConsentSolution/ConsentSolution.tsx:71


legalPolicies

Optional legalPolicies: string[]

Filter policies

Defined in

packages/react-ui/src/components/ConsentSolution/ConsentSolution.tsx:82


onDeleteAccount

Optional onDeleteAccount: () => void

Type declaration

▸ (): void

Callback when delete account rejecting policy document

Returns

void

Defined in

packages/react-ui/src/components/ConsentSolution/ConsentSolution.tsx:92


onLogout

Optional onLogout: () => void

Type declaration

▸ (): void

Callback when logout rejecting policy document

Returns

void

Defined in

packages/react-ui/src/components/ConsentSolution/ConsentSolution.tsx:87


open

Optional open: boolean

Open dialog

Default

true

Defined in

packages/react-ui/src/components/ConsentSolution/ConsentSolution.tsx:77