Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "model"

Index

Type aliases

AttributeType

AttributeType: "DATATYPE" | "ENUM" | "ASSOCIATION" | "COMPOSITION"

BasePermissionValue

BasePermissionValue: "DENY" | "ALLOW"

Cardinality

Cardinality: "NONE" | "ONE_TO_ONE" | "MANY_TO_ONE" | "ONE_TO_MANY" | "MANY_TO_MANY"

EntityAttrPermissionValue

EntityAttrPermissionValue: "DENY" | "VIEW" | "MODIFY"

EntityOperationType

EntityOperationType: "create" | "read" | "update" | "delete"

PropertyType

PropertyType: "string" | "int" | "double" | "decimal" | "date" | "time" | "dateTime" | "boolean"

SerializedEntity

SerializedEntity<T>: SerializedEntityProps & T

Type parameters

  • T

UiPermissionValue

UiPermissionValue: "HIDE" | "READ_ONLY" | "SHOW"

ViewProperty

ViewProperty: string | object

Generated using TypeDoc