Type Alias AnalysisModelItemField

type AnalysisModelItemField = {
    classifications?: Classifications;
    isHidden?: boolean;
    name?: string;
    simplifiedClassifications?: SimplifiedClassifications;
}
Index

Properties

classifications?: Classifications

classification defines the default role that attribute can play in an analysis

isHidden?: boolean

whether the field is hidden in business logic

name?: string

populated only for fields

simplifiedClassifications?: SimplifiedClassifications