Constructor interface for creating instances of CustomDataSearchObject.

interface CustomDataSearchObjectConstructor {
    new CustomDataSearchObjectConstructornew (): CustomDataSearchObject;
    prototype: CustomDataSearchObject;
}

Constructors

Properties

Constructors

Properties

The prototype of CustomDataSearchObject.