isCutEnabled

open fun isCutEnabled(): Boolean

Checks if all currently selected annotations can be cut.

Return

true if all annotations can be cut, false otherwise


open fun isCutEnabled(@Nullable annotations: List<Annotation>): Boolean

Checks if all provided annotations can be cut.

Return

true if all annotations can be cut, false otherwise

Parameters

annotations

The annotations to check.