Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Feb 11, 2020
1 parent 3356171 commit ba531c4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/designers-developers/developers/data/data-core-block-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,18 +321,6 @@ _Returns_

- `Array`: ids of top-level and descendant blocks.

<a name="getPreviewDeviceType" href="#getPreviewDeviceType">#</a> **getPreviewDeviceType**

Returns the current editing canvas device type.

_Parameters_

- _state_ `Object`: Global application state.

_Returns_

- `string`: Device type.

<a name="getFirstMultiSelectedBlockClientId" href="#getFirstMultiSelectedBlockClientId">#</a> **getFirstMultiSelectedBlockClientId**

Returns the client ID of the first block in the multi-selection set, or null
Expand Down Expand Up @@ -512,6 +500,18 @@ _Returns_

- `?string`: Adjacent block's client ID, or null if none exists.

<a name="getPreviewDeviceType" href="#getPreviewDeviceType">#</a> **getPreviewDeviceType**

Returns the current editing canvas device type.

_Parameters_

- _state_ `Object`: Global application state.

_Returns_

- `string`: Device type.

<a name="getPreviousBlockClientId" href="#getPreviousBlockClientId">#</a> **getPreviousBlockClientId**

Returns the previous block's client ID from the given reference start ID.
Expand Down

0 comments on commit ba531c4

Please sign in to comment.