Hide Action
A hide action hides or shows one or more annotations on the screen by setting or clearing their hidden flags.
Constructors
Link copied to clipboard
constructor(@Nullable annotations: List<Annotation>, @Nullable formElements: List<FormElement>, shouldHide: Boolean)
Creates action instance.
constructor(@Nullable annotations: List<Annotation>, @Nullable formElements: List<FormElement>, shouldHide: Boolean, @Nullable subActions: List<Action>)
Creates action instance.