ODButtonInstance class
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket button instance.
It contains all properties & functions to build a button!
Properties
data
interface ➜ api.ODButtonData
The current data of this button
Methods
constructor()
function ➜ api.ODButtonInstance
(no description)
setColor()
function ➜ api.ODButtonInstance
Set the color of this button
View Parameters (1)
color
: type ➜null|api.ODValidButtonColor
- Parameter Description Lorem Ipsum.
setCustomId()
function ➜ api.ODButtonInstance
Set the custom id of this button
View Parameters (1)
id
: string ➜string
- Parameter Description Lorem Ipsum.
setDisabled()
function ➜ api.ODButtonInstance
Disable this button
View Parameters (1)
disabled
: boolean ➜boolean
- Parameter Description Lorem Ipsum.
setEmoji()
function ➜ api.ODButtonInstance
Set the emoji of this button
setLabel()
function ➜ api.ODButtonInstance
Set the label of this button
setMode()
function ➜ api.ODButtonInstance
Set the mode of this button
View Parameters (1)
mode
: type ➜"button"|"url"
- Parameter Description Lorem Ipsum.
setUrl()
function ➜ api.ODButtonInstance
Set the url of this button
Defaults
under construction
We're still working on this part of the documentation!
Examples
under construction
We're still working on this part of the documentation!