g3-toolkit API Reference
    Preparing search index...

    Interface NodeInput

    Input for adding a node (id provided separately).

    interface NodeInput {
        properties?: PropertyMap;
        types: string[];
    }
    Index

    Properties

    Properties

    properties?: PropertyMap
    types: string[]