HideAction

constructor(annotationReferences: List<AnnotationReference>, hideTargets: Boolean, subActions: List<Action> = emptyList())
constructor(annotations: List<Annotation>? = null, formElements: List<FormElement>? = null, shouldHide: Boolean, subActions: List<Action> = emptyList())