@sassoftware/vi-api
Version:
Types used in the SAS Visual Investigator API
53 lines (52 loc) • 3.31 kB
JavaScript
// internal control property/typeAttribute types
export var StandardPropertyTypes;
(function (StandardPropertyTypes) {
StandardPropertyTypes["Checkbox"] = "Checkbox";
StandardPropertyTypes["ColumnDataType"] = "ColumnDataType";
StandardPropertyTypes["RadioChooser"] = "RadioChooser";
StandardPropertyTypes["ColumnEditor"] = "ColumnEditor";
StandardPropertyTypes["ColumnGroup"] = "ColumnGroup";
StandardPropertyTypes["ColumnsEditor"] = "ColumnsEditor";
StandardPropertyTypes["DataSource"] = "DataSource";
StandardPropertyTypes["EntityChooser"] = "EntityChooser";
StandardPropertyTypes["EntityScorecard"] = "EntityScorecard";
StandardPropertyTypes["FormSearchEntityChooser"] = "FormSearchEntityChooser";
StandardPropertyTypes["FileCategoryDataSource"] = "FileCategoryDataSource";
StandardPropertyTypes["GroupChooser"] = "GroupChooser";
StandardPropertyTypes["HeightEditor"] = "HeightEditor";
StandardPropertyTypes["InlineStoredFile"] = "InlineStoredFile";
StandardPropertyTypes["InterpolatedTextEditor"] = "InterpolatedTextEditor";
StandardPropertyTypes["InterpolatedTextInput"] = "InterpolatedTextInput";
StandardPropertyTypes["LinkedObjectDataSource"] = "LinkedObjectDataSource";
StandardPropertyTypes["LinkedObjectFields"] = "LinkedObjectFields";
StandardPropertyTypes["LinkedPage"] = "LinkedPage";
StandardPropertyTypes["LinkedRecordSummaryResultEntities"] = "LinkedRecordSummaryResultEntities";
StandardPropertyTypes["MultiEditor"] = "MultiEditor";
StandardPropertyTypes["NumericRange"] = "NumericRange";
StandardPropertyTypes["ObjectLabelEditor"] = "ObjectLabelEditor";
StandardPropertyTypes["Picklist"] = "Picklist";
StandardPropertyTypes["RelationshipMulti"] = "RelationshipMulti";
StandardPropertyTypes["RelationshipSummary"] = "RelationshipSummary";
StandardPropertyTypes["RendererPanel"] = "RendererPanel";
StandardPropertyTypes["ReadOnly"] = "ReadOnly";
StandardPropertyTypes["Required"] = "Required";
StandardPropertyTypes["Separator"] = "Separator";
StandardPropertyTypes["SeparatorStart"] = "SeparatorStart";
StandardPropertyTypes["SlidingScale"] = "SlidingScale";
StandardPropertyTypes["SubDocumentDataSource"] = "SubDocumentDataSource";
StandardPropertyTypes["SubDocumentDualAxisGraph"] = "SubDocumentDualAxisGraph";
StandardPropertyTypes["TextInput"] = "TextInput";
StandardPropertyTypes["Traversal"] = "Traversal";
StandardPropertyTypes["TraversalMulti"] = "TraversalMulti";
StandardPropertyTypes["CreateContextSelect"] = "CreateContextSelect";
StandardPropertyTypes["ChartDataSource"] = "ChartDataSource";
StandardPropertyTypes["ReportDataSourceChooser"] = "ReportDataSourceChooser";
StandardPropertyTypes["RadioSwitch"] = "RadioSwitch";
StandardPropertyTypes["Thresholds"] = "Thresholds";
StandardPropertyTypes["UserGroupChooser"] = "UserGroupChooser";
StandardPropertyTypes["TileProviderChooser"] = "TileProviderChooser";
StandardPropertyTypes["StatusThresholdPicker"] = "StatusThresholdPicker";
StandardPropertyTypes["Hidden"] = "Hidden";
StandardPropertyTypes["Disabled"] = "Disabled";
StandardPropertyTypes["Condition"] = "Condition";
})(StandardPropertyTypes || (StandardPropertyTypes = {}));