Skip to main content

ODJsonConfig_DefaultOptionType interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface is an object which has all basic properties for options in the options.json config!

View Source

Properties


button type {emoji:string, label:string}

All settings related to the button for the 3 option types.

View Source


description string string

The description of this option.

View Source


id string string

The id of this option.

View Source


name string string

The name of this option.

View Source


type type "role"|"ticket"|"website"

The type of this option. This type also determines the other option-specific variables.

View Source