Inherits AZ::DocumentPropertyEditor::Nodes::GenericButton.
Static Public Attributes | |
| static constexpr AZStd::string_view | Name = "ContainerActionButton" |
| static constexpr auto | Action = AttributeDefinition<ContainerAction>("Action") |
| static constexpr auto | ContainerIndex = AttributeDefinition<AZ::s64>("ContainerIndex") |
Static Public Attributes inherited from AZ::DocumentPropertyEditor::Nodes::GenericButton | |
| static constexpr AZStd::string_view | Name = "GenericButton" |
| static constexpr auto | OnActivate = CallbackAttributeDefinition<void()>("OnActivate") |
| static constexpr auto | ButtonText = AttributeDefinition<AZStd::string_view>("ButtonText") |
Static Public Attributes inherited from AZ::DocumentPropertyEditor::NodeDefinition | |
| static constexpr AZStd::string_view | Name = "<undefined node name>" |
Additional Inherited Members | |
Static Public Member Functions inherited from AZ::DocumentPropertyEditor::NodeDefinition | |
| static bool | CanAddToParentNode (const Dom::Value &parentNode) |
| static bool | CanBeParentToValue (const Dom::Value &value) |