Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

document openRight openLeft props #310

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down