MCPcopy Create free account
hub / github.com/fontsource/fontsource / Attributes

Interface Attributes

website/worker-configuration.d.ts:7059–7062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7057 readonly value: string | string[] | boolean | boolean[] | number | number[] | bigint | bigint[];
7058 }
7059 interface Attributes {
7060 readonly type: "attributes";
7061 readonly info: Attribute[];
7062 }
7063 type EventType = Onset | Outcome | SpanOpen | SpanClose | DiagnosticChannelEvent | Exception | Log | Return | Attributes;
7064 interface TailEvent<Event extends EventType> {
7065 readonly invocationId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected