Skip to content

Action🔗

Constructor🔗

Action()

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.Action

confirmation🔗

def confirmation(confirmation: str) -> typing.Self

fetch🔗

def fetch(fetch: cogbuilder.Builder[dashboard.FetchOptions]) -> typing.Self

infinity🔗

def infinity(infinity: cogbuilder.Builder[dashboard.InfinityOptions]) -> typing.Self

one_click🔗

def one_click(one_click: bool) -> typing.Self

style🔗

def style(style: cogbuilder.Builder[dashboard.DashboardActionStyle]) -> typing.Self

title🔗

def title(title: str) -> typing.Self

type_val🔗

def type_val(type_val: dashboard.ActionType) -> typing.Self

variables🔗

def variables(variables: list[cogbuilder.Builder[dashboard.ActionVariable]]) -> typing.Self

See also🔗