@itd-api/hydrate / HydratedAttachmentActions
Interface: HydratedAttachmentActions
Defined in: packages/hydrate/src/types.ts:179
Безопасные проверки типа вложения.
Methods
isAudio()
ts
isAudio(): this is HydratedAttachmentActions & { type: "audio" };Defined in: packages/hydrate/src/types.ts:185
Является ли вложение аудио.
Returns
this is HydratedAttachmentActions & { type: "audio" }
isImage()
ts
isImage(): this is HydratedAttachmentActions & { type: "image" };Defined in: packages/hydrate/src/types.ts:181
Является ли вложение изображением.
Returns
this is HydratedAttachmentActions & { type: "image" }
isVideo()
ts
isVideo(): this is HydratedAttachmentActions & { type: "video" };Defined in: packages/hydrate/src/types.ts:183
Является ли вложение видео.
Returns
this is HydratedAttachmentActions & { type: "video" }