Check out example codes for "unity button interactable". It will help you in understanding the concepts better.
Code Example 1
using UnityEngine.UI;
public Button button;
button.interactable = true;
Learn ReactJs, React Native from akashmittal.com