Skip to main content

Interface: Main

Defined in: web/lib/api/generated/types/pub/chive/actor/profileConfig.ts:17

Indexable​

[k: string]: unknown

Properties​

$type​

$type: "pub.chive.actor.profileConfig"

Defined in: web/lib/api/generated/types/pub/chive/actor/profileConfig.ts:18


createdAt​

createdAt: string

Defined in: web/lib/api/generated/types/pub/chive/actor/profileConfig.ts:31

When this configuration was first created.


featuredCollectionUri?​

optional featuredCollectionUri: string

Defined in: web/lib/api/generated/types/pub/chive/actor/profileConfig.ts:29

Collection node pinned to the top of the profile.


profileType?​

optional profileType: string & object | "group" | "institution" | "researcher" | "project"

Defined in: web/lib/api/generated/types/pub/chive/actor/profileConfig.ts:20

Broad kind of profile, used to pick sensible default sections. Open-ended: an unknown value is preserved and falls back to the default layout.


sections?​

optional sections: Section[]

Defined in: web/lib/api/generated/types/pub/chive/actor/profileConfig.ts:27

Ordered display sections. Order in this array is the display order.


updatedAt?​

optional updatedAt: string

Defined in: web/lib/api/generated/types/pub/chive/actor/profileConfig.ts:33

When this configuration was last changed.