Documentation / @frak-labs/components / ButtonWalletProps
Type Alias: ButtonWalletProps
ButtonWalletProps = {
classname?:string;placement?:string;targetInteraction?:InteractionTypeKey;useReward?:boolean; }
Defined in: sdk/components/src/components/ButtonWallet/types.ts:7
The props type for ButtonWallet.
Extended by
Properties
classname?
optionalclassname?:string
Defined in: sdk/components/src/components/ButtonWallet/types.ts:12
Classname to apply to the button
placement?
optionalplacement?:string
Defined in: sdk/components/src/components/ButtonWallet/types.ts:8
targetInteraction?
optionaltargetInteraction?:InteractionTypeKey
Defined in: 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?
optionaluseReward?:boolean
Defined in: sdk/components/src/components/ButtonWallet/types.ts:17
Do we display the reward on the button?
Default Value
false