15.1.3 • Published 9 months ago

@rnacanvas/toolbar v15.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Installation

With npm:

npm install @rnacanvas/toolbar

Usage

All exports of this package can be accessed as named imports.

// some example imports
import { Toolbar, ToolbarToggle } from '@rnacanvas/toolbar';

Toolbar

The Toolbar class represents the toolbar for the RNAcanvas app.

The toolbar can be repositioned and hidden/unhidden.

app; // the RNAcanvas app object

// return the toolbar to its original position
// (before any dragging with the mouse)
app.toolbar.reposition();

app.toolbar.hide();
app.toolbar.isHidden(); // true

app.toolbar.unhide();
app.toolbar.isHidden(); // false

The displacement of the toolbar from its original position can also be directly accessed, though its properties are not currently settable.

// X and Y components
app.toolbar.displacement.x;
app.toolbar.displacement.y;

// magnitude and direction angle (in radians)
app.toolbar.displacement.magnitude;
app.toolbar.displacement.direction;

ToolbarToggle

The ToolbarToggle class represents the toolbar toggle for the RNAcanvas app, which is used to reposition and hide/unhide the toolbar.

app; // the RNAcanvas app object

// reposition and/or hide/unhide the toolbar
app.toolbarToggle.press();

The toolbar toggle itself can also be hidden and unhidden.

app.toolbarToggle.hide();
app.toolbarToggle.isHidden(); // true

app.toolbarToggle.unhide();
app.toolbarToggle.isHidden(); // false
15.1.3

9 months ago

15.1.1

9 months ago

15.1.2

9 months ago

15.1.0

9 months ago

15.0.0

9 months ago

14.0.0

9 months ago

13.0.0

9 months ago

12.4.0

9 months ago

12.4.1

9 months ago

12.2.0

9 months ago

12.3.0

9 months ago

9.0.4

10 months ago

9.0.3

10 months ago

6.1.0

10 months ago

10.0.0

10 months ago

10.0.1

10 months ago

6.3.0

10 months ago

10.0.2

10 months ago

6.1.1

10 months ago

6.5.0

10 months ago

2.2.1

10 months ago

2.2.0

10 months ago

2.2.3

10 months ago

2.2.2

10 months ago

2.2.5

10 months ago

2.2.4

10 months ago

2.2.6

10 months ago

12.0.7

9 months ago

12.0.3

9 months ago

12.0.4

9 months ago

12.0.5

9 months ago

12.0.6

9 months ago

12.0.0

9 months ago

12.0.1

9 months ago

12.0.2

9 months ago

3.0.0

10 months ago

11.0.4

9 months ago

4.0.0

10 months ago

11.0.2

9 months ago

11.0.3

9 months ago

11.0.0

10 months ago

11.0.1

10 months ago

5.0.0

10 months ago

6.0.1

10 months ago

6.0.0

10 months ago

6.2.0

10 months ago

6.4.0

10 months ago

7.0.0

10 months ago

7.0.1

10 months ago

8.0.0

10 months ago

12.1.0

9 months ago

6.5.1

10 months ago

4.1.0

10 months ago

4.1.1

10 months ago

9.0.2

10 months ago

9.0.1

10 months ago

9.0.0

10 months ago

2.1.2

10 months ago

2.1.1

10 months ago

2.1.0

10 months ago

2.0.7

1 year ago

2.0.5

1 year ago

2.0.3

1 year ago

2.0.1

1 year ago

1.2.12

1 year ago

1.2.11

1 year ago

1.2.10

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago