Interface MetadataModel.UpdateStages.WithPreviewImagesDark

All Known Subinterfaces:
MetadataModel.Update
Enclosing interface:
MetadataModel.UpdateStages

public static interface MetadataModel.UpdateStages.WithPreviewImagesDark
The stage of the MetadataModel update allowing to specify previewImagesDark.
  • Method Details

    • withPreviewImagesDark

      MetadataModel.Update withPreviewImagesDark(List<String> previewImagesDark)
      Specifies the previewImagesDark property: preview image file names. These will be taken from the solution artifacts. used for dark theme support.
      Parameters:
      previewImagesDark - preview image file names. These will be taken from the solution artifacts. used for dark theme support.
      Returns:
      the next definition stage.