Interface LaravelUi5\Core\Ui5\Contracts\Ui5LibraryInterface

extends Ui5ArtifactInterface, VendorTaggedInterface, SluggableInterface, HasAssetsInterface

Marker interface for UI5 libraries.

Libraries contain reusable controls, message bundles, and preload scripts. They do not expose routing or visible UI components. Registered libraries can be resolved via the Ui5Registry and served statically via Laravel routes.

Methods inherited from LaravelUi5\Core\Ui5\Contracts\Ui5ArtifactInterface
getModule(), getNamespace(), getType(), getVersion(), getTitle(), getDescription()
Methods inherited from LaravelUi5\Core\Ui5\Contracts\VendorTaggedInterface
getVendor()
Methods inherited from LaravelUi5\Core\Ui5\Contracts\SluggableInterface
getSlug()
Methods inherited from LaravelUi5\Core\Ui5\Contracts\HasAssetsInterface
getAssetPath()