On this pageDataList_DropdownTMP.selectedKeypublic string selectedKey { get; }CopyDescription#Gets the selected keyUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(DataList_DropdownTMP target) { string result = target.selectedKey; } }Copy