Aller au contenu

ButtonWalletProps

Ce contenu n’est pas encore disponible dans votre langue.

ButtonWalletProps = { classname?: string; placement?: string; targetInteraction?: InteractionTypeKey; useReward?: boolean; }

Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:7

The props type for ButtonWallet.

optional classname?: string

Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:12

Classname to apply to the button


optional placement?: string

Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:8


optional targetInteraction?: InteractionTypeKey

Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:21

Target interaction behind this sharing action (will be used to get the right reward to display)


optional useReward?: boolean

Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:17

Do we display the reward on the button?

false