RBManagedFormFieldSchema Class Reference

Inherits from RBManagedFormItemSchema : NSObject
Declared in RBManagedFormFieldSchema.h

Overview

The base managed form field schema class.

  label

An optional label string to be displayed above the item in the form. Will not be displayed if nil.

@property (nonatomic, nullable) NSString *label

Discussion

An optional label string to be displayed above the item in the form. Will not be displayed if nil.

Declared In

RBManagedFormFieldSchema.h

  initialValue

The initial value for the field.

@property (nonatomic, nullable) id initialValue

Discussion

The initial value for the field.

Declared In

RBManagedFormFieldSchema.h

  validationRules

An array of RBManagedFormValidationRuleSchema objects.

@property (nonatomic, nullable) NSArray<RBManagedFormValidationRuleSchema*> *validationRules

Discussion

An array of RBManagedFormValidationRuleSchema objects.

Declared In

RBManagedFormFieldSchema.h