Files
medusa-store/www/apps/docs/content/references/entities/classes/AnalyticsConfig.md
github-actions[bot] 54659ae79f chore(docs): Generated Entities Reference (automated) (#5420)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-10-19 17:37:30 +00:00

2.1 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Class: AnalyticsConfig

Hierarchy

  • SoftDeletableEntity

    AnalyticsConfig

Constructors

constructor

new AnalyticsConfig()

Inherited from

SoftDeletableEntity.constructor

Properties

anonymize

anonymize: boolean

Defined in

models/analytics-config.ts:17


created_at

created_at: Date

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


deleted_at

deleted_at: null | Date

Inherited from

SoftDeletableEntity.deleted_at

Defined in

interfaces/models/soft-deletable-entity.ts:7


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


opt_out

opt_out: boolean

Defined in

models/analytics-config.ts:14


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19


user_id

user_id: string

Defined in

models/analytics-config.ts:11

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/analytics-config.ts:20