ShuffleReferenceInterfaces

ShufflePluginState

Interface: ShufflePluginState

Defined in: plugin.ts:55

Properties

activeNodePos

activeNodePos: number | undefined;

Defined in: plugin.ts:58


comp

comp: string | undefined;

Defined in: plugin.ts:57


deco

deco: DecorationSet;

Defined in: plugin.ts:56


hoverPositions

hoverPositions: {
  from: number;
  to: number;
}
[];

Defined in: plugin.ts:59

from

from: number;

to

to: number;

On this page