AIReviewRootsOption
typedef
Roots filter shared by both AIReviewRunOptions and AIReviewCustomRunOptions.
Properties
roots : Array<AIEditorRoot> | undefinedmodule:ai/aireviewmode/aireviewgateway~AIReviewRootsOption#rootsThe roots to run the review against. When omitted, every visible root across every editor in the current
Contextis reviewed. When provided, only the listed roots are reviewed; the order of entries inrootsis treated as a set-membership filter and does not affect the payload order.Each entry's
channelIdmust match an editor'scollaboration.channelId;rootNamemust match a live, visible (non-$graveyard) root within that editor.
Value
object