| Modifier and Type | Method and Description |
|---|---|
ActionCategory |
ActionProperties.getCategory()
The category of the action.
|
ActionCategory |
ActionProperties.Jsii$Proxy.getCategory() |
ActionCategory |
CustomActionRegistrationProps.getCategory()
The category of the Action.
|
ActionCategory |
CustomActionRegistrationProps.Jsii$Proxy.getCategory() |
static ActionCategory |
ActionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCategory[] |
ActionCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActionProperties.Builder |
ActionProperties.Builder.category(ActionCategory category)
Sets the value of
ActionProperties.getCategory() |
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.category(ActionCategory category)
The category of the Action.
|
CustomActionRegistrationProps.Builder |
CustomActionRegistrationProps.Builder.category(ActionCategory category)
Sets the value of
CustomActionRegistrationProps.getCategory() |
Copyright © 2022. All rights reserved.