Type alias AttributeOptions

AttributeOptions: {
    fulltextindexed?: boolean;
    indexed?: boolean;
    internationalizable?: boolean;
}

Type representing the possible options for an attribute.

Type declaration

  • Optional fulltextindexed?: boolean
  • Optional indexed?: boolean
  • Optional internationalizable?: boolean

Generated using TypeDoc