Skip to content

@advjs/monorepo / @advjs/gui / AGUIPropertyButtonProps

Interface: AGUIPropertyButtonProps

Defined in: packages/gui/client/components/panel/types.ts:86

property base props

Extends

Properties

description?

optional description: string

Defined in: packages/gui/client/components/panel/types.ts:12

Inherited from

AGUIPropertyBaseProps.description


disabled?

optional disabled: boolean

Defined in: packages/gui/client/components/panel/types.ts:17

pass object and key to get bound value

Inherited from

AGUIPropertyBaseProps.disabled


key

key: string

Defined in: packages/gui/client/components/panel/types.ts:19

Inherited from

AGUIPropertyBaseProps.key


label?

optional label: string

Defined in: packages/gui/client/components/panel/types.ts:88


name?

optional name: string

Defined in: packages/gui/client/components/panel/types.ts:11

Property name

Inherited from

AGUIPropertyBaseProps.name


object

object: Record<string, any>

Defined in: packages/gui/client/components/panel/types.ts:18

Inherited from

AGUIPropertyBaseProps.object


onClick()

onClick: () => void

Defined in: packages/gui/client/components/panel/types.ts:90

Returns

void


title?

optional title: string

Defined in: packages/gui/client/components/panel/types.ts:89


type

type: "button"

Defined in: packages/gui/client/components/panel/types.ts:87