Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 327 Bytes

button.md

File metadata and controls

20 lines (15 loc) · 327 Bytes

button

A button component

set_disabled

Set the disabled state of the button

Syntax

public set_disabled(state: boolean): void;

Parameters

state
Type: boolean
The disabled state of the button

Remarks

A disabled button cannot be clicked