is_enabled = flag;
Enable or disable a tile.
This attribute determines whether a button is initially unavailable to the user (with the button usually appearing as grayed out). When flag = true, the button is available; when flag = false, the button is unavailable to the user.
flag: true (default) or false.
Example
is_enabled = false;
Valid Tiles