Add more actions to rowFormatter schema
Maybe this isn't the right place but:
Consider adding a few more actions to the rowFormatter's customAction property. Currently we have:
"defaultClick",
"executeFlow",
"share",
"delete",
"editItemProps"
In addition to these we could use the following to round out basic list/library operations in custom views:
"checkIn"
"checkOut"
"openVersionHistory" - should do exactly what the option does for documents/list items
"publish"
"alertMe"
View formatting is awesome, really great user experience and a very easy to support light-weight dev solution, so let's finish it up!
