Variable: RuleEditableFieldType
const RuleEditableFieldType: {
SELECT: "SELECT";
LIST: "LIST";
};
Defined in: src/models/model-security-enums.ts:198
Editable field types used by rule structure for UI rendering.
Type Declaration
SELECT
readonly SELECT: "SELECT" = 'SELECT';
LIST
readonly LIST: "LIST" = 'LIST';