Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for how ContentBlockTargets should be fetched for a ContentLocation.

Index

Enumeration members

INTERSECTING

INTERSECTING = "INTERSECTING"

Fetch all content blocks intersecting with the content location.

INTERSECTING_OR_NEAREST_AFTER

INTERSECTING_OR_NEAREST_AFTER = "INTERSECTING_OR_NEAREST_AFTER"

Fetch all content blocks intersecting with the content location. If the ContentLocation end position is between two content blocks, the content block that is nearest after the content location is included in the result.

INTERSECTING_OR_NEAREST_BEFORE

INTERSECTING_OR_NEAREST_BEFORE = "INTERSECTING_OR_NEAREST_BEFORE"

Fetch all content blocks intersecting with the content location. If the ContentLocation start position is between two content blocks, the content block that is nearest before the content location is included in the result.

Generated using TypeDoc