From c7ff5f34aa26251b62f910d2a55f7e4e988c395a Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 12 Jul 2016 11:21:41 -0700 Subject: [PATCH] update reference --- docs/reference/components/placeholder.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/components/placeholder.md b/docs/reference/components/placeholder.md index dfcd97791..c71975610 100644 --- a/docs/reference/components/placeholder.md +++ b/docs/reference/components/placeholder.md @@ -40,22 +40,22 @@ React child elements to render inside the placeholder `` element. An optional class name string to add to the placeholder `` element. -### `node +### `node` `Node` The node to render the placeholder element on top of. The placeholder is positioned absolutely, covering the entire node. -### `parent +### `parent` `Node` The node to check for non-empty content, to determine whether the placeholder should be shown or not. -### `state +### `state` `State` The current state of the editor. -### `style +### `style` `Object` An optional dictionary of styles to pass to the placeholder `` element.