arcade2d
Type Alias

IDGeneratorOptions

utils/id-generator.types.ts:7

Options accepted by the IDGenerator constructor. Also the shape returned by IDGenerator.getState, so a generator can be persisted and later rehydrated by passing the captured object straight back into a new instance.

{ lastId?: number; prefix?: string }
ESC