A button component
Set the disabled state of the button
public set_disabled(state: boolean): void;
state
Type: boolean
The disabled state of the button
A disabled button cannot be clicked
A button component
Set the disabled state of the button
public set_disabled(state: boolean): void;
state
Type: boolean
The disabled state of the button
A disabled button cannot be clicked