Package ai.extend.types
Interface Block.DetailsStage
-
- All Known Implementing Classes:
Block.Builder
- Enclosing class:
- Block
public static interface Block.DetailsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block.MetadataStagedetails(BlockDetails details)Additional details specific to the block type.
-
-
-
Method Detail
-
details
Block.MetadataStage details(@NotNull BlockDetails details)
Additional details specific to the block type. The schema depends on the block type.
-
-