Skip to main content
The Deno 2 Release Candidate is here
Learn more
method ItemHelper.prototype.isAttachmentAttached
Re-export
import { ItemHelper } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Determines if an item is an attachment that is currently attached to it's parent item.

Parameters

item: Item

The item to check.

Returns

boolean

true if the item is attached attachment, otherwise false.