OpenFin Workspace API
    Preparing search index...

    Interface FragmentAction

    interface FragmentAction {
        action?: string;
        actionDescription?: string;
    }
    Index
    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.