On this pageFlexListSortPlugin.titlepublic string title { get; }CopyDescription#Title of the pluginUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexListSortPlugin target) { string result = target.title; } }Copy