From 8aace0b9a4223187c4b6abeb0d52f0fe8383c0e7 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 6 Dec 2018 13:10:47 -0200 Subject: [PATCH] document openRight openLeft --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d86ea93..0f1e6b88 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ close | bool | Yes | | close swipeout disabled | bool | Yes | false | whether to disable the swipeout left | array | Yes | [] | swipeout buttons on left onOpen | func | Yes | | (sectionID, rowId, direction: string) => void -onClose | func | Yes | | (sectionID, rowId, direction: string) => void +onClose | func | Yes | | (sectionID, rowId, direction: string) => void +openRight | bool | Yes | undefined | set to true to show right buttons +openLeft | bool | Yes | undefined | set to true to show left buttons right | array | Yes | [] | swipeout buttons on right scroll | func | Yes | | prevent parent scroll style | style | Yes | | style of the container