gremlin
    Preparing search index...

    Interface PrimitivePdtAdapter

    interface PrimitivePdtAdapter {
        fromValue: (value: string) => any;
        toValue: (obj: any) => string;
    }
    Index

    Properties

    Properties

    fromValue: (value: string) => any
    toValue: (obj: any) => string