Back to API Reference
Enum

RangeActionStringSource

Source resolved by an Inspector-authored string action value.

public static readonly RangeActionStringSource PrimaryValue = 0

Use the opaque primary value emitted by the source.

public static readonly RangeActionStringSource Literal = 1

Use a literal authored in the action.

public static readonly RangeActionStringSource PayloadMember = 2

Read a named member from the entity payload.

public static readonly RangeActionStringSource SegmentText = 3

Use the rendered text covered by the hit segment.