Skip to content

Commit

Permalink
Auto updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jun 5, 2019
1 parent 984c695 commit 0460751
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ _Returns_

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

Retrieves name of block used for handling grouping interactions, or undefined if no
handler has been defined.
Retrieves name of block used for handling grouping interactions

_Returns_

Expand Down Expand Up @@ -669,21 +668,21 @@ _Parameters_

- _blockName_ `string`: Block name.

<a name="setUnregisteredTypeHandlerName" href="#setUnregisteredTypeHandlerName">#</a> **setUnregisteredTypeHandlerName**
<a name="setGroupingBlockName" href="#setGroupingBlockName">#</a> **setGroupingBlockName**

Assigns name of block handling unregistered block types.
Assigns the grouping block name.

_Parameters_

- _blockName_ `string`: Block name.
- _name_ `string`: Block name.

<a name="setGroupingBlockName" href="#setGroupingBlockName">#</a> **setGroupingBlockName**
<a name="setUnregisteredTypeHandlerName" href="#setUnregisteredTypeHandlerName">#</a> **setUnregisteredTypeHandlerName**

Assigns the name of the block used in grouping interactions.
Assigns name of block handling unregistered block types.

_Parameters_

- _name_ `string`: Block name.
- _blockName_ `string`: Block name.

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

Expand Down

0 comments on commit 0460751

Please sign in to comment.