Interface: PumpfunSellSectionProps
Defined in: src/components/pumpfun/PumpfunSellSection.tsx:30
solana-app-kit / components/pumpfun/PumpfunSellSection / PumpfunSellSectionProps
Interface: PumpfunSellSectionProps
Defined in: src/components/pumpfun/PumpfunSellSection.tsx:30
Props for the PumpfunSellSection component PumpfunSellSectionProps
Properties
buttonStyle?
optional
buttonStyle:StyleProp
<ViewStyle
>
Defined in: src/components/pumpfun/PumpfunSellSection.tsx:38
Optional style override for the sell button
containerStyle?
optional
containerStyle:StyleProp
<ViewStyle
>
Defined in: src/components/pumpfun/PumpfunSellSection.tsx:34
Optional style override for the container
inputStyle?
optional
inputStyle:StyleProp
<TextStyle
>
Defined in: src/components/pumpfun/PumpfunSellSection.tsx:36
Optional style override for the input fields
selectedToken?
optional
selectedToken:null
|SelectedToken
Defined in: src/components/pumpfun/PumpfunSellSection.tsx:32
Optional pre-selected token to sell
sellButtonLabel?
optional
sellButtonLabel:string
Defined in: src/components/pumpfun/PumpfunSellSection.tsx:40
Custom label for the sell button (defaults to ‘Sell Token’)
Was this page helpful?