API Reference / BodyId · type
Type Alias: BodyId
type BodyId =
| Body
| typeof EXTRA_BODIES[number]
| string & {
};
Defined in: chart.ts:26
Core names keep autocomplete; any string id is accepted (data packs).
type BodyId =
| Body
| typeof EXTRA_BODIES[number]
| string & {
};
Defined in: chart.ts:26
Core names keep autocomplete; any string id is accepted (data packs).