AboutSupportDeveloper GuideVersion 22.3.18
interface FragmentAction {
    action?: string;
    actionDescription?: string;
}

Properties

action?: string

The action that will be dispatched back to provider when this fragment is clicked.

actionDescription?: string

The aria compliant description for this action. If you leave this blank, the renderer will generate a generic description of the fragment's type and its action.