CustomPostTextFallbackOptions
@devvit/public-api v0.12.13-dev
Type Alias: CustomPostTextFallbackOptions
CustomPostTextFallbackOptions = {
text:string; } | {richtext:CustomPostRichTextFallback; }
Type declaration
{ text: string; }
text
text:
string
May also include markdown. See https://www.reddit.com/r/reddit.com/wiki/markdown/
{ richtext: CustomPostRichTextFallback; }
richtext
richtext:
CustomPostRichTextFallback