@tryforge/forgescript
Preparing search index...
IForgeFunctionParam
Interface IForgeFunctionParam
interface
IForgeFunctionParam
{
name
:
string
;
required
?:
boolean
;
rest
?:
boolean
;
type
?:
|
ArgType
|
"URL"
|
"String"
|
"BigInt"
|
"Unknown"
|
"TextChannel"
|
"OverwritePermission"
|
"Number"
|
"User"
|
"Date"
|
"Guild"
|
"RoleOrUser"
|
"Invite"
|
"Permission"
|
"Json"
|
"Color"
|
"Enum"
|
"ForumTag"
|
"Emoji"
|
"GuildEmoji"
|
"Boolean"
|
"Attachment"
|
"Reaction"
|
"Message"
|
"Channel"
|
"Role"
|
"Webhook"
|
"Sticker"
|
"Time"
|
"Member"
|
"ApplicationEmoji"
|
"AutomodRule"
|
"ScheduledEvent"
|
"StageInstance"
|
"SoundboardSound"
|
"Template"
;
[
x
:
string
|
number
|
symbol
]:
unknown
;
}
Indexable
[
x
:
string
|
number
|
symbol
]:
unknown
Index
Properties
name
required?
rest?
type?
Properties
name
name
:
string
Optional
required
required
?:
boolean
Optional
rest
rest
?:
boolean
Optional
type
type
?:
|
ArgType
|
"URL"
|
"String"
|
"BigInt"
|
"Unknown"
|
"TextChannel"
|
"OverwritePermission"
|
"Number"
|
"User"
|
"Date"
|
"Guild"
|
"RoleOrUser"
|
"Invite"
|
"Permission"
|
"Json"
|
"Color"
|
"Enum"
|
"ForumTag"
|
"Emoji"
|
"GuildEmoji"
|
"Boolean"
|
"Attachment"
|
"Reaction"
|
"Message"
|
"Channel"
|
"Role"
|
"Webhook"
|
"Sticker"
|
"Time"
|
"Member"
|
"ApplicationEmoji"
|
"AutomodRule"
|
"ScheduledEvent"
|
"StageInstance"
|
"SoundboardSound"
|
"Template"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
required
rest
type
@tryforge/forgescript
Loading...