ConfirmObject
Last updated
Last updated
Creates a ConfirmObject
instance.
text
string
true
The text for the confirm object.
Return: The ConfirmObject
instance.
Sets the title for the ConfirmObject
instance.
title
string
true
The title for the ConfirmObject
. Maximum character limit of 100.
Return: The ConfirmObject
instance.
Sets the text for the ConfirmObject
instance.
text
string
true
The text for the ConfirmObject
. Maximum character limit of 300.
Return: The ConfirmObject
instance.
Sets the confirm button label for the ConfirmObject
instance.
label
string
true
The confirm button label for the ConfirmObject
. Maximum character limit of 30.
Return: The ConfirmObject
instance.
Sets the deny button label for the ConfirmObject
instance.
label
string
true
The deny button label for the ConfirmObject
. Maximum character limit of 30.
Return: The ConfirmObject
instance.
Marks the ConfirmObject
as dangerous.
No arguments
Return: The ConfirmObject
instance.
Converts the ConfirmObject
instance to a serializable format.
No arguments
Return: (struct
) A struct representing this ConfirmObject
instance.