QuestionFeedbackSchema
Defined in: src/types/schema.ts:357
Extends
Properties
__typename
__typename:
QuestionFeedback
Defined in: src/types/schema.ts:358
Overrides
answerCount
answerCount:
number
Defined in: src/types/schema.ts:359
answers
answers:
null
|Pick
<AnswerFeedbackSchema
,"__typename"
|"deleted"
|"key"
|"sumVotesIncremented"
|"flaggedBy"
|"flags"
|"upVoted"
|"appearsAsDeleted"
|"author"
|"content"
|"date"
|"definitelyNotSpam"
|"downVoted"
|"expandKey"
|"feedbackType"
|"focus"
|"focusUrl"
|"fromVideoAuthor"
|"isLocked"
|"isPinned"
|"lowQualityScore"
|"notifyOnAnswer"
|"permalink"
|"qualityKind"
|"replyCount"
|"replyExpandKeys"
|"showLowQualityNotice"
>[]
Defined in: src/types/schema.ts:360
appearsAsDeleted
appearsAsDeleted:
boolean
Defined in: src/types/schema.ts:292
Inherited from
FeedbackSchemaBase
.appearsAsDeleted
author
author:
Pick
<UserSchema
<Pick
<AvatarSchema
,"__typename"
|"imageSrc"
|"name"
>,ProfileSchema
,ListProgramsSchema
<unknown
>>,"id"
|"__typename"
|"kaid"
|"nickname"
|"avatar"
>
Defined in: src/types/schema.ts:293
Inherited from
badges
badges:
unknown
Defined in: src/types/schema.ts:300
Always null
Inherited from
content
content:
string
Defined in: src/types/schema.ts:301
Inherited from
date
date:
string
Defined in: src/types/schema.ts:302
Inherited from
definitelyNotSpam
definitelyNotSpam:
boolean
Defined in: src/types/schema.ts:303
Inherited from
FeedbackSchemaBase
.definitelyNotSpam
deleted
deleted:
boolean
Defined in: src/types/schema.ts:304
Inherited from
downVoted
downVoted:
boolean
Defined in: src/types/schema.ts:305
Inherited from
expandKey
expandKey:
string
Defined in: src/types/schema.ts:306
Inherited from
feedbackType
feedbackType:
PROJECT_HELP_QUESTION
|QUESTION
Defined in: src/types/schema.ts:392
Overrides
FeedbackSchemaBase
.feedbackType
flaggedBy
flaggedBy:
unknown
Defined in: src/types/schema.ts:311
Always null
Inherited from
flaggedByUser
flaggedByUser:
boolean
Defined in: src/types/schema.ts:312
Inherited from
FeedbackSchemaBase
.flaggedByUser
flags
flags:
unknown
Defined in: src/types/schema.ts:316
Always null
Inherited from
focus
focus:
FeedbackFocusSchema
Defined in: src/types/schema.ts:317
Inherited from
focusUrl
focusUrl:
string
Defined in: src/types/schema.ts:318
Inherited from
fromVideoAuthor
fromVideoAuthor:
boolean
Defined in: src/types/schema.ts:319
Inherited from
FeedbackSchemaBase
.fromVideoAuthor
hasAnswered
hasAnswered:
unknown
Defined in: src/types/schema.ts:396
Always null
isLocked
isLocked:
boolean
Defined in: src/types/schema.ts:320
Inherited from
isOld
isOld:
boolean
Defined in: src/types/schema.ts:397
isPinned
isPinned:
boolean
Defined in: src/types/schema.ts:321
Inherited from
key
key:
string
Defined in: src/types/schema.ts:325
Encrypted ID
Inherited from
lowQualityScore
lowQualityScore:
number
Defined in: src/types/schema.ts:326
Inherited from
FeedbackSchemaBase
.lowQualityScore
notifyOnAnswer
notifyOnAnswer:
boolean
Defined in: src/types/schema.ts:327
Inherited from
FeedbackSchemaBase
.notifyOnAnswer
permalink
permalink:
string
Defined in: src/types/schema.ts:328
Inherited from
qualityKind
qualityKind:
string
Defined in: src/types/schema.ts:329
Inherited from
FeedbackSchemaBase
.qualityKind
replyCount
replyCount:
number
Defined in: src/types/schema.ts:330
Inherited from
replyExpandKeys
replyExpandKeys:
`ag5zfmtoYW4tYWNhZGVteX${string}CxIIVXNlckRhdGEi${string}thaWRf${string}${string}${string}`
|`ag5zfmtoYW4tYWNhZGVteX${string}CxIIVXNlckRhdGEi${string}thaWRf${string}${string}${string}`
[]
Defined in: src/types/schema.ts:334
Expand keys for parent feedback. Always 1-2 elements
Inherited from
FeedbackSchemaBase
.replyExpandKeys
showLowQualityNotice
showLowQualityNotice:
boolean
Defined in: src/types/schema.ts:338
Always false
? May depend on the user
Inherited from
FeedbackSchemaBase
.showLowQualityNotice
sumVotesIncremented
sumVotesIncremented:
number
Defined in: src/types/schema.ts:339
Inherited from
FeedbackSchemaBase
.sumVotesIncremented
upVoted
upVoted:
boolean
Defined in: src/types/schema.ts:340