my.setCanPullDown

Set whether to support pull-down on the page (supported by default on Mini Program pages)

Sample Code

copy
    my.setCanPullDown({
      canPullDown:true
    })

Parameters

The incoming parameter is of the Object type with the following attributes:

ParametersTypeMandatoryDescription
canPullDownBooleanYesSupport pull-down or not