Skip to main content

ApiSponsorSponsor

Upgather SDK


Upgather SDK / ApiSponsorSponsor

Interface: ApiSponsorSponsor

Defined in: lib/types/generated/strapiContentTypes.d.ts:1541

Extends

  • CollectionTypeSchema

Properties

attributes

attributes: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1552

Houses a comprehensive collection of attributes for this Schema.

Each attribute has a unique string key and corresponding value should be any Attribute type instance.

booth

booth: object

createdAt

createdAt: object

createdBy

createdBy: object & Private

description

description: object

email

email: object

events

events: object

locale

locale: object & Private

localizations

localizations: object & Private

logo: object & Required

name

name: object & Required & Unique

people

people: object

publishedAt

publishedAt: object

slug

slug: object

sponsorship_levels

sponsorship_levels: object

updatedAt

updatedAt: object

updatedBy

updatedBy: object & Private

url

url: object

width

width: object & object & DefaultTo<100>

Type declaration
max

max: 100

min

min: 1

Overrides

Struct.CollectionTypeSchema.attributes


collectionName

collectionName: "sponsors"

Defined in: lib/types/generated/strapiContentTypes.d.ts:1542

Optional property. Specifies the custom table name for the Schema if any.

Overrides

Struct.CollectionTypeSchema.collectionName


info

info: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1543

Brings together attributes related to naming and display characteristics like singular name and plural name of the content type. These names are typically used in user interfaces where these entries are displayed.

description

description: ""

displayName

displayName: "Sponsor"

pluralName

pluralName: "sponsors"

singularName

singularName: "sponsor"

Overrides

Struct.CollectionTypeSchema.info


options

options: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1549

Encapsulates all core options related to Strapi features for a given Schema.

draftAndPublish

draftAndPublish: true

Overrides

Struct.CollectionTypeSchema.options