File

C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-liveapps-lib/src/lib/models/tc-case-creator.ts

Index

Properties

Constructor

constructor(application: CaseType, initialData: any, sandboxId: number, customFormDefs: CustomFormDefs, legacyCreators: boolean, formsFramework: string, formConfig: FormConfig, autoClose?: boolean, headerText?: string)
Parameters :
Name Type Optional
application CaseType No
initialData any No
sandboxId number No
customFormDefs CustomFormDefs No
legacyCreators boolean No
formsFramework string No
formConfig FormConfig No
autoClose boolean Yes
headerText string Yes

Properties

Public application
Type : CaseType
Public Optional autoClose
Type : boolean
Public customFormDefs
Type : CustomFormDefs
Public formConfig
Type : FormConfig
Public formsFramework
Type : string
Public Optional headerText
Type : string
Public initialData
Type : any
Public legacyCreators
Type : boolean
Public sandboxId
Type : number
import {Deserializable} from '@tibco-tcstk/tc-core-lib';
import {CaseType} from './liveappsdata';
import {CustomFormDefs} from '@tibco-tcstk/tc-forms-lib';
import {FormConfig} from './tc-liveapps-config';

export class CaseCreatorSelectionContext {
  constructor(public application: CaseType,
              public initialData: any,
              public sandboxId: number,
              public customFormDefs: CustomFormDefs,
              public legacyCreators: boolean,
              public formsFramework: string,
              public formConfig: FormConfig,
              public autoClose?: boolean,
              public headerText?: string
  ) {}
}

result-matching ""

    No results matching ""