Interface PreviewableView<V extends PreviewableView<V>>

    • Method Detail

      • previewPath

        default V previewPath​(String previewPathTemplate)
        Configures this view to support previewing sandbox data at the provided path. This method will configure this view to redirect to the application given the provided preview path template.

        Supports a template URL path, for example: "/products/${id}"

        Parameters:
        previewPathTemplate - the template preview path string
        Returns:
        this
      • removePreviewPath

        default V removePreviewPath()
        If the preview path was set, this will remove it.
        Returns:
        this