ShuffleReferenceInterfaces

ShufflePluginOptions

Interface: ShufflePluginOptions

Defined in: plugin.ts:64

Properties

hoverDecorations?

optional hoverDecorations?: (from: number, to: number, node: Node) => Decoration | null;

Defined in: plugin.ts:65

Parameters

from

number

to

number

node

Node

Returns

Decoration | null

On this page