SearchOptions
このコンテンツはまだ日本語訳がありません。
SearchOptions =
object
Defined in: packages/core/src/types.ts:233
Options for search operations across platforms.
All fields are optional at the type level, but UnifiedClient.search()
requires at least one of query, status, or channelId to be provided.
Properties
Section titled “Properties”channelId?
Section titled “channelId?”
optionalchannelId:string
Defined in: packages/core/src/types.ts:236
cursor?
Section titled “cursor?”
optionalcursor:string
Defined in: packages/core/src/types.ts:239
languageCode?
Section titled “languageCode?”
optionallanguageCode:string
Defined in: packages/core/src/types.ts:241
limit?
Section titled “limit?”
optionallimit:number
Defined in: packages/core/src/types.ts:238
order?
Section titled “order?”
optionalorder:"relevance"|"date"|"rating"|"title"|"videoCount"|"viewCount"
Defined in: packages/core/src/types.ts:237
query?
Section titled “query?”
optionalquery:string
Defined in: packages/core/src/types.ts:234
safeSearch?
Section titled “safeSearch?”
optionalsafeSearch:"moderate"|"none"|"strict"
Defined in: packages/core/src/types.ts:240
status?
Section titled “status?”
optionalstatus:"live"|"upcoming"|"ended"
Defined in: packages/core/src/types.ts:235