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.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”classname?
Section titled “classname?”
optionalclassname?:string
Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:12
Classname to apply to the button
placement?
Section titled “placement?”
optionalplacement?:string
Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:8
targetInteraction?
Section titled “targetInteraction?”
optionaltargetInteraction?: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)
useReward?
Section titled “useReward?”
optionaluseReward?:boolean
Defined in: vendor/wallet/sdk/components/src/components/ButtonWallet/types.ts:17
Do we display the reward on the button?
Default Value
Section titled “Default Value”false