Skip to content

Class: Cursor

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Cursor(): Cursor

Returns

Cursor

Properties

custom

Static custom: ICursorTypeMap = {}

Defined in

ui/packages/interaction/interaction/src/Cursor.ts:6

Methods

set

set(name, value): void

Parameters

NameType
namestring
valueICursorType | ICursorType[]

Returns

void

Defined in

ui/packages/interaction/interaction/src/Cursor.ts:8


get

get(name): ICursorType | ICursorType[]

Parameters

NameType
namestring

Returns

ICursorType | ICursorType[]

Defined in

ui/packages/interaction/interaction/src/Cursor.ts:12

Released under the MIT License.