Table of Contents

Enum ButtonTheme

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the theme of a ButtonElement.

public enum ButtonTheme

Fields

Danger = 3

The button is a danger button.

Info = 4

The button is an info button.

Primary = 0

The button is a primary button.

Secondary = 5

The button is a secondary button.

Success = 1

The button is a success button.

Warning = 2

The button is a warning button.