PresetProps
PresetProps =
Record<string,Record<string,unknown> |Record<string,unknown>[]>
Defined in: packages/engine/src/stores/presets.ts:24
One entity’s behaviours’ props, by behaviour name, as savePreset keeps
them: one set for a behaviour the entity has once, and a list in the
entity’s order for one it has more than once.