Type Alias ObjectInterface

type ObjectInterface = {
    qGenericId?: string;
    qGenericType?: string;
    qHandle?: number;
    qType?: string;
}
Index

Properties

qGenericId?: string

Object ID.

qGenericType?: string

The type of the object.

qHandle?: number

The handle used to connect to object.

qType?: string

The native type of the object.