Skip to content

LayoutButtonFactory

Defined in: layoutFactory.ts:42

new LayoutButtonFactory(): LayoutButtonFactory

Defined in: layoutFactory.ts:45

LayoutButtonFactory

button: LayoutButtonDef

Defined in: layoutFactory.ts:43

key(key?): this

Defined in: layoutFactory.ts:49

string

this


identifier(identifier?): this

Defined in: layoutFactory.ts:54

string

this


title(title?): this

Defined in: layoutFactory.ts:59

string

this


display(display): this

Defined in: layoutFactory.ts:64

boolean

this


action(action?): this

Defined in: layoutFactory.ts:69

string

this


function(functionDef?): this

Defined in: layoutFactory.ts:78

ButtonFunction

this


link(link?): this

Defined in: layoutFactory.ts:87

string

this


style(style?): this

Defined in: layoutFactory.ts:96

string

this


danger(): LayoutButtonFactory

Defined in: layoutFactory.ts:101

LayoutButtonFactory


icon(icon?): this

Defined in: layoutFactory.ts:110

string

this


form(form): this

Defined in: layoutFactory.ts:119

boolean

this


popconfirm(confirm): this

Defined in: layoutFactory.ts:124

string | boolean

this


loading(loading): this

Defined in: layoutFactory.ts:133

boolean

this


forceTitle(forceTitle?): this

Defined in: layoutFactory.ts:142

boolean = true

this


iconOnly(iconOnly?): this

Defined in: layoutFactory.ts:151

boolean = true

this


recipes(recipes): this

Defined in: layoutFactory.ts:156

LayoutElementRecipes | { hidden_from_frontend?: string; show_in?: string; recipes?: string; } | undefined

this


options(options?): LayoutButtonFactory

Defined in: layoutFactory.ts:161

LayoutEventTargetOptions

LayoutButtonFactory


type(type): LayoutButtonFactory

Defined in: layoutFactory.ts:166

string

LayoutButtonFactory


add(button): LayoutButtonFactory

Defined in: layoutFactory.ts:171

LayoutButtonDef | LayoutButtonFactory

LayoutButtonFactory


create(): LayoutButtonDef

Defined in: layoutFactory.ts:177

LayoutButtonDef