Interface fObjectHandler

Complete object handler with optional link to the object instance When handler is passed to the server the hanlder is always empty

interface fObjectHandler {
    oID: iAttrVal;
    oName: string;
    obj?: iDataObject;
    objDesc?: string;
}

Properties

Properties

Object unique ID

oName: string

Name of the object

Optional object handler

objDesc?: string

Optional object descriptoin