RenameCommitteeAction

Function: RenameCommitteeAction()

function RenameCommitteeAction(name, newName): Promise<Response<void>>

Defined in: actions/committee.tsx:120

Renames an existing committee.

Parameters

name

string

The current name of the committee.

newName

string

The new name for the committee.

Returns

Promise<Response<void>>
  • A promise that resolves to a response object indicating success or failure.

On this page