🔧 SDK ReferenceManagersUIManagerhasInterfacehasInterfaceChecks whether the interface has been added to UI.Syntaxengine.ui.hasInterface(interface);ParametersNameTypeDescriptioninterfacestringThe interface nameReturnsboolean - Whether the interface has been added to UI.Exampleengine.ui.hasInterface('my-interface');Available on: Client