Back to API Reference
Enum
RangeActionStringSource
Source resolved by an Inspector-authored string action value.
public static readonly RangeActionStringSource PrimaryValue = 0Use the opaque primary value emitted by the source.
public static readonly RangeActionStringSource Literal = 1Use a literal authored in the action.
public static readonly RangeActionStringSource PayloadMember = 2Read a named member from the entity payload.
public static readonly RangeActionStringSource SegmentText = 3Use the rendered text covered by the hit segment.
