showToolbarMenu

abstract val showToolbarMenu: (Boolean) -> Unit

This function is used to show/hide overflow menu dropdown in toolbar

Parameters

Boolean

: true to show, false to hide the overflow menu

can be used as below: documentState.documentConnection.showToolbarMenu.invoke(false)