Interface CustomBlockProperty<T>
public interface CustomBlockProperty<T>
This class is used to store a property of a custom block of a generic type.
-
Method Summary
-
Method Details
-
name
@NonNull String name()Gets the name of the property- Returns:
- The name of the property.
-
values
Gets the values of the property- Returns:
- The values of the property.
-
type
@NonNull PropertyType type()Gets the type of the property- Returns:
- The type of the property.
-