solana-app-kit


solana-app-kit / components/thread/thread.types / ThreadCTAButton

Interface: ThreadCTAButton

Defined in: src/components/thread/thread.types.ts:80

Properties

buttonLabelStyle?

optional buttonLabelStyle: StyleProp<TextStyle>

Defined in: src/components/thread/thread.types.ts:84


buttonStyle?

optional buttonStyle: StyleProp<ViewStyle>

Defined in: src/components/thread/thread.types.ts:83


label

label: string

Defined in: src/components/thread/thread.types.ts:81


onPress()

onPress: (post) => void

Defined in: src/components/thread/thread.types.ts:82

Parameters

post

ThreadPost

Returns

void