ISegmentAction Interface
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface ISegmentAction<TClientData>
Type Parameters
Parameter | Description |
---|---|
TClientData |
Call Signatures
CallSignature | Alerts | Description |
---|---|---|
(segment: ISegment, pos: number, refSeq: number, clientId: number, start: number, end: number, accum: TClientData): boolean | Alpha |
Call Signature Details
(segment: ISegment, pos: number, refSeq: number, clientId: number, start: number, end: number, accum: TClientData): boolean
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
(segment: ISegment, pos: number, refSeq: number, clientId: number, start: number, end: number, accum: TClientData): boolean;