Documentation

format()

Returns a new instance, with messages formatted using the provided arguments.

format(...args: any[]): MessageDialogOptions;

Notes

Related