• Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • @sequelize/core
  • decorators-legacy
  • createIndexDecorator

Function createIndexDecorator

  • createIndexDecorator(
        decoratorName: string,
        options?: Omit<AttributeIndexOptions, "attribute">,
    ): OptionalParameterizedPropertyDecorator<Omit<IndexField, "name">>

    Parameters

    • decoratorName: string
    • options: Omit<AttributeIndexOptions, "attribute"> = {}

    Returns OptionalParameterizedPropertyDecorator<Omit<IndexField, "name">>

    • Defined in packages/core/src/decorators/legacy/attribute.ts:245

Settings

Member Visibility
Documentation
  • Loading...

Generated using TypeDoc