On this pageRenameAction.actionKeyspublic String[] actionKeys { get; }CopyDescription#Action keys the plugin responds toUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RenameAction target) { System.String[] result = target.actionKeys; } }Copy