Interface: ThreadSection
Defined in: src/components/thread/thread.types.ts:48
solana-app-kit / components/thread/thread.types / ThreadSection
Interface: ThreadSection
Defined in: src/components/thread/thread.types.ts:48
Properties
id
id:
null
|string
Defined in: src/components/thread/thread.types.ts:49
imageUrl?
optional
imageUrl:ImageSourcePropType
Defined in: src/components/thread/thread.types.ts:52
listingData?
optional
listingData:NftListingData
Defined in: src/components/thread/thread.types.ts:56
pollData?
optional
pollData:PollData
Defined in: src/components/thread/thread.types.ts:55
text?
optional
text:string
Defined in: src/components/thread/thread.types.ts:51
tradeData?
optional
tradeData:TradeData
Defined in: src/components/thread/thread.types.ts:54
type
type:
ThreadSectionType
Defined in: src/components/thread/thread.types.ts:50
videoUrl?
optional
videoUrl:string
Defined in: src/components/thread/thread.types.ts:53
Was this page helpful?