Skip to content

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?

optional classname?: string

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

Classname to apply to the button


placement?

optional placement?: string

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


targetInteraction?

optional targetInteraction?: 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?

optional useReward?: boolean

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

Do we display the reward on the button?

Default Value

false