Method DocsView.setStarred

Filters the documents based on whether they are starred by the user.

If true, only starred documents are displayed in the view. If false, all documents are displayed in the view.

Signature

setStarred(starred: boolean): DocsView;

Details

Optional No
Final No
Protected No
Static No

Parameters

Name Type Optional Description
starred boolean No

Returns

DocsView