Skip to content

defineBucket

function defineBucket(options): BucketOptions;

Defined in: core/src/bucket/bucket.types.ts:66

Identity helper that returns its BucketOptions unchanged. Call it once, at module scope, and share the returned definition — two definitions with the same id are rejected by BucketService.

Parameter Type
options BucketOptions

BucketOptions