Skip to main content

Interface: VoteAudienceButtonProps

VoteAudienceButton.VoteAudienceButtonProps

Hierarchy

  • Pick<LoadingButtonProps, Exclude<keyof LoadingButtonProps, "onClick" | "disabled" | "loading">>

    VoteAudienceButtonProps

Indexable

▪ [p: string]: any

Others properties

Properties

contribution

Optional contribution: SCCommentType | SCFeedObjectType

Contribution object to vote

Default

null

Defined in

packages/react-ui/src/components/VoteAudienceButton/VoteAudienceButton.tsx:53


contributionId

contributionId: number

Id of the contribution object to vote

Default

null

Defined in

packages/react-ui/src/components/VoteAudienceButton/VoteAudienceButton.tsx:43


contributionType

contributionType: SCContributionType

Type of the contribution object to vote

Default

null

Defined in

packages/react-ui/src/components/VoteAudienceButton/VoteAudienceButton.tsx:48