Interface AttachmentQuery

Canonical attachment-query envelope.

interface AttachmentQuery {
    parentIds?: readonly FeatureId[];
    signal?: AbortSignal;
    where?: string;
}

Properties

parentIds?: readonly FeatureId[]

Optional caller-supplied parent ids. Empty = all matching where.

signal?: AbortSignal
where?: string

Source-native attachment filter text retained for compatibility.

Use the typed protocol adapter escape hatch until semantic attachment filtering is available.