Interface IRiskControlOptions

interface IRiskControlOptions {
    canEdit?: boolean;
    controlState?: ControlState;
    fieldHandler?: IFieldHandler;
    fieldId?: number;
    fieldType?: string;
    fieldValue?: string;
    help?: string;
    hideReadonlyColumns?: boolean;
    id?: string;
    isFolder?: boolean;
    isForm?: boolean;
    isHistory?: number;
    isItem?: boolean;
    isPrint?: boolean;
    isTooltip?: boolean;
    item?: IItem;
    links?: IReference[];
    parameter?: IRiskParameter;
    requiresContent?: boolean;
    type?: string;
    valueChanged?: Function;
}

Hierarchy

Properties

canEdit?: boolean
controlState?: ControlState
fieldHandler?: IFieldHandler
fieldId?: number
fieldType?: string
fieldValue?: string
help?: string
hideReadonlyColumns?: boolean
id?: string
isFolder?: boolean
isForm?: boolean
isHistory?: number
isItem?: boolean
isPrint?: boolean
isTooltip?: boolean
item?: IItem
links?: IReference[]
parameter?: IRiskParameter
requiresContent?: boolean
type?: string
valueChanged?: Function

Generated using TypeDoc