SpanHandle
A timing span opened with Platform.span; call SpanHandle.close to end it.
Properties
Section titled “Properties”spanId
Section titled “spanId”readonly spanId: string;The span’s unique id, usable as a parent for nested spans.
Methods
Section titled “Methods”close()
Section titled “close()”close(): void;End the span and report its duration.
Returns
Section titled “Returns”void