Interface TraitAutoConfig<TConfig>

Type Parameters

Hierarchy

  • TraitAutoConfig

Implemented by

Methods

Methods

  • Returns

    The modified trait configuration, or undefined to disable the trait for this schema.

    Parameters

    • type: SchemaItemType

      The schema item type, 'vertex' or 'edge'.

    • conf: TConfig

      The trait configuration as specified in the schema definition.

    • schemaManager: SchemaManager

      A reference to the SchemaManager object.

    Returns undefined | TConfig

Generated using TypeDoc