Home > @i2analyze/i2connect > spi > ConnectorDefaultValues
spi.ConnectorDefaultValues type
Settings for clients to apply to the data they receive, if the data does not indicate otherwise.
Signature:
export type ConnectorDefaultValues = {
entityTypeId?: string;
entityTypeLocation?: SchemaTypeLocation;
linkDirection?: LinkDirection;
linkTypeId?: string;
linkTypeLocation?: SchemaTypeLocation;
resultIdsPersistent?: boolean;
timeZoneId?: string;
};
References: SchemaTypeLocation, LinkDirection