The HandleConfig struct in the Editor.NodeEditor
namespace is a sealed, public value type that encapsulates configuration details for a handle, including its name, color, and shape. This struct is designed to be immutable and is marked with the IsReadOnly
attribute to ensure its fields cannot be modified after initialization.