Skip to main content

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!

View Source

Properties


data interface api.ODButtonData

The current data of this button

View Source


Methods


constructor() function api.ODButtonInstance

(no description)

View Source


setColor() function api.ODButtonInstance

Set the color of this button

View Parameters (1)

View Source


setCustomId() function api.ODButtonInstance

Set the custom id of this button

View Parameters (1)
  • id: string string - Parameter Description Lorem Ipsum.

View Source


setDisabled() function api.ODButtonInstance

Disable this button

View Parameters (1)
  • disabled: boolean boolean - Parameter Description Lorem Ipsum.

View Source


setEmoji() function api.ODButtonInstance

Set the emoji of this button

View Parameters (1)
  • emoji: type null|string - Parameter Description Lorem Ipsum.

View Source


setLabel() function api.ODButtonInstance

Set the label of this button

View Parameters (1)
  • label: type null|string - Parameter Description Lorem Ipsum.

View Source


setMode() function api.ODButtonInstance

Set the mode of this button

View Parameters (1)
  • mode: type "button"|"url" - Parameter Description Lorem Ipsum.

View Source


setUrl() function api.ODButtonInstance

Set the url of this button

View Parameters (1)
  • url: type null|string - Parameter Description Lorem Ipsum.

View Source


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!