Constructors

Methods

  • This method sets the minimum size (both width and height) for an image variable that will be uploaded

    Parameters

    • id: string

      the id of the variable

    • minWidth: null | string

      the minimum width

    • minHeight: null | string

      the minimum height

    Returns Promise<EditorResponse<null>>