You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
370 B
TypeScript
13 lines
370 B
TypeScript
export class MenuEntry {
|
|
public MENU_NAME:string;
|
|
public ADD_BUTTON:string;
|
|
public DELETE_BUTTON:string;
|
|
public UPDATE_BUTTON:string;
|
|
public ENTRY_SEQUENCE:number;
|
|
public FUNCTION_NAME:string;
|
|
public LVL:number;
|
|
public MENU_ENTRY_TYPE:string;
|
|
public PARENT_MENU_NAME:string;
|
|
public PROMPT:string;
|
|
public REQUEST_TYPE:string;
|
|
} |