Skip to main content

WorkflowLibraryFormFields

Import this model from the entry point of its package:

import { WorkflowLibraryFormFields } from '@sailpoint/angular-sdk/workflows';

Properties

NameTypeDescriptionNotes
description(optional) stringDescription of the form field[default to undefined]
helpText(optional) stringDescribes the form field in the UI[default to undefined]
label(optional) stringA human readable name for this form field in the UI[default to undefined]
name(optional) stringThe name of the input attribute[default to undefined]
required(optional) booleanDenotes if this field is a required attribute[default to false]
type(optional) stringThe type of the form field[default to undefined]