@spacehq/sdk > GundbMetadataStore > findBucket
GundbMetadataStore.findBucket() method
Find bucket metadata with slug belonging to the current user matching
Signature:
findBucket(bucketSlug: string): Promise<BucketMetadata | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
bucketSlug | string |
Returns:
Promise<BucketMetadata | undefined>