extends |
Ui5ArtifactInterface |
|---|
Contract for UI5 Actions.
A UI5 Action represents a state-changing operation that can be invoked from a UI5 client via the generic API dispatcher. Typical examples are:
Characteristics:
POST, PATCH, etc.Responsibilities:
| Methods | ||
|---|---|---|
public
|
getMethod(): HttpMethod
|
# |
public
|
getHandler(): ActionHandlerInterface
|
# |
| Methods inherited from LaravelUi5\Core\Ui5\Contracts\Ui5ArtifactInterface |
|---|
getModule(), getNamespace(), getType(), getVersion(), getTitle(), getDescription() |