This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import './SwipeableListItem.css' | |
| import React, {useRef, useEffect} from 'react' | |
| function SwipeableListItem(props) { | |
| const listElementRef = useRef() | |
| const wrapperRef = useRef() | |
| const backgroundRef = useRef() | |
| const dragStartXRef = useRef(0) | |
| const leftRef = useRef(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| object | Open States API | |
|---|---|---|
| action on bill | BillActionNode | |
| bill | BillNode | |
| chamber | OrganizationNode | |
| committee | OrganizationNode | |
| district | PostNode + DivisionNode | |
| legislator | PersonNode | |
| session | LegislativeSessionNode | |
| state/territory/D.C. | JurisdictionNode | |
| subcommittee | OrganizationNode |