Google Apps Script API
    Preparing search index...

    The user's selection in the active presentation.

    var selection = SlidesApp.getActivePresentation().getSelection();
    var currentPage = selection.getCurrentPage();
    var selectionType = selection.getSelectionType();
    }
    
    Index

    Methods