MethodParameter
Members
Description
A description of the method parameter.
It is of the type string
.
It may also be nil
.
Name
The name of the method parameter.
It is of the type string
.
It may also be nil
.
Type
The type of the method parameter.
It is of the type string
.
It may also be nil
.
Luau Type
This is the luau type for MethodParameter
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
type MethodParameter = {
Type: string?,
Description: string?,
Name: string?,
}