Ferreteria/v0.6/clade/Sys/Events/InputItem
| ||||||||||||
About
- Purpose: common interface for accessing request data
- This is just an interface.
- Used by:
History
Code
interface iInputItem {
function SName() : string;
}
| ||||||||||||
interface iInputItem {
function SName() : string;
}