pixi-reels

MultiWaysConfig

pixi-reels


pixi-reels / index / MultiWaysConfig

Interface: MultiWaysConfig

Defined in: config/types.ts:434

MultiWays configuration knobs. Set via builder.multiways({ ... }). mutually exclusive with big-symbol registration.

Properties#

PropertyTypeDescriptionDefined in
maxCellsnumberMaximum visible cells the server can request. Inclusive.config/types.ts:438
minCellsnumberMinimum visible cells the server can request. Inclusive.config/types.ts:436
reelExtentnumberPixel height of every reel box. Cell height per reel becomes reelExtent / visibleCells[i] after each reshape.config/types.ts:443