@ui5/linter
Version:
A static code analysis tool for UI5
68 lines (57 loc) • 2.12 kB
TypeScript
// This file is generated by the createTypes script.
declare module "sap/rules/ui/DecisionTableCellFormat" {
import {DecisionTableCellFormat} from "sap/rules/ui/library";
/**
* An enumeration that defines how a cell in a decision table is formulated by the rule creator.
*
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'DecisionTableCellFormat'.
*
* @deprecated (since 1.52.8) - use the property decisionTableFormat.
* @public
*/
export default DecisionTableCellFormat;
}
declare module "sap/rules/ui/DecisionTableFormat" {
import {DecisionTableFormat} from "sap/rules/ui/library";
/**
* An enumeration that decides the rendering format for decisionTable.
*
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'DecisionTableFormat'.
*
* @public
*/
export default DecisionTableFormat;
}
declare module "sap/rules/ui/ExpressionType" {
import {ExpressionType} from "sap/rules/ui/library";
/**
* An enumeration that defines the different business data types for an expression
*
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'ExpressionType'.
*
* @public
*/
export default ExpressionType;
}
declare module "sap/rules/ui/RuleHitPolicy" {
import {RuleHitPolicy} from "sap/rules/ui/library";
/**
* An enumeration that defines the output when more than one rule in the decision table is matched for a given set of inputs.
*
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'RuleHitPolicy'.
*
* @public
*/
export default RuleHitPolicy;
}
declare module "sap/rules/ui/RuleType" {
import {RuleType} from "sap/rules/ui/library";
/**
* An enumeration that defines whether the rule is formulated as a table with multiple rules instead of a rule with a single associated condition.
*
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'RuleType'.
*
* @public
*/
export default RuleType;
}