PitchKit
API Reference@pitchkit/coreInterfaces

PitchAppearance

Defined in: packages/core/src/scene/types.ts:235

Non-coordinate visual treatment of the pitch surface (PRD §8.7's "grass/stripes, line colour/width/alpha, goal types" styling knobs). Deliberately separate from PitchDimensions (a fact about the provider's coordinate system) and from CSS variables (the colours themselves) — this only toggles which shapes get painted.

Properties

PropertyModifierTypeDefined in
goalType?readonlyGoalTypepackages/core/src/scene/types.ts:237
stripes?readonlyPitchStripespackages/core/src/scene/types.ts:236

On this page