getClassName()
Obtains the name of the case class.
Returns
The name of the case class as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the name of the case class.
const className = getPConnect().getCaseInfo().getClassName();
Previous topic getCaseTypeName() Next topic getID()