Interface: PossibleDelimiterOccurrence
processTargets/modifiers/surroundingPair/types.PossibleDelimiterOccurrence
A possible occurrence with of a delimiter within arranger document including
its offsets, as well as information about the delimiter itself. We allow
delimiterInfo
to be null
so that implementers can lazily determine
whether or not this is actually a delimiter, and return null
if it is not
Hierarchy
PossibleDelimiterOccurrence
Properties
delimiterInfo
• Optional
delimiterInfo: IndividualDelimiter
Information about the delimiter. If null
then this delimiter occurrence
should be ignored
Defined in
processTargets/modifiers/surroundingPair/types.ts:58
offsets
• offsets: Offsets
The offsets of the delimiter occurrence
Defined in
processTargets/modifiers/surroundingPair/types.ts:63