The action type has all the properties of QAction. The properties are:
Actions are used like this:
MouseArea { onClicked: myaction.trigger() }
State { name: "enabled"; when: myaction.enabled == true }
Text { text: someaction.text }
See also QML Basic Types.