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:

PropertyType

Required

Description
canPullDownBooleanYesSupport pull-down or not.