Interface OmniScriptInputElementDefinition

Hierarchy

Properties

JSONPath?: string
bEmbed: boolean
bHasAttachment: boolean
children?: {
    bHasAttachment: boolean;
    eleArray: OmniScriptElementDefinition[];
    indexInParent: number;
    level: number;
    response: null | string;
}[]

Type declaration

index?: number
indexInParent: number
inheritShowProp?: null | object
level: number
name: string
offSet: number
propSetMap: OmniScriptBaseElementPropertySet & {
    accessibleInFutureSteps: boolean;
    conditionType: string;
    controlWidth: number;
    helpText: string;
    hide: boolean;
    inputWidth: number;
    readOnly: boolean;
    repeat: boolean;
    repeatClone: boolean;
    required: boolean;
}

Type declaration

  • accessibleInFutureSteps: boolean
  • conditionType: string
  • controlWidth: number
  • helpText: string
  • hide: boolean
  • inputWidth: number
  • readOnly: boolean
  • repeat: boolean
  • repeatClone: boolean
  • required: boolean
response?: null | object
rootIndex?: number