ctm.disableSlideScroll

The method of the JS Bridge functionality is intended to prevent switching slides.

Query Format

ctm.disableSlideScroll()

Handler

Use a handler function to describe the output format of the query results, e.g., to display the results of operations or method errors for debugging purposes.

ctm.disableSlideScroll()
ctm.disableSlideScroll( function(response){
    console.log('Result', response);
})

The results:

[
    "success": true"
]
``