Hierarchy (view full)

Implements

Constructors

Properties

component?: "checkbox" | "switch"
default?: any
description?: string
hideLabel?: boolean
key: string
label?: string
nodeName: FormNodeNameEnum = FormNodeNameEnum.Boolean
optional?: boolean
placeholder?: string

Methods

  • Returns {
        component?: "checkbox" | "switch";
        default?: any;
        description?: string;
        hideLabel?: boolean;
        key: string;
        label?: string;
        nodeName: FormNodeNameEnum;
        optional?: boolean;
        placeholder?: string;
    }

    • Optionalcomponent?: "checkbox" | "switch"
    • Optionaldefault?: any
    • Optionaldescription?: string
    • OptionalhideLabel?: boolean
    • key: string
    • Optionallabel?: string
    • nodeName: FormNodeNameEnum
    • Optionaloptional?: boolean
    • Optionalplaceholder?: string