messages.states.awaitingApprovalString(default: "Awaiting Approval")

The display name for the "awaitingApproval" state.

Example - set the awaiting approval state label

<div id="toolcall"></div>
<script>
$("#toolcall").kendoToolCall({
    label: "send_email",
    state: "awaitingApproval",
    messages: {
        states: { awaitingApproval: "Needs Confirmation" }
    }
});
</script>
In this article
messages.states.awaitingApproval
Not finding the help you need?
Contact Support