ThreeDMetadataDetails: PublicationMetadataCommon & {
    assets: ThreeDAsset[];
    attachments?: AnyMedia[];
    content?: EncryptableMarkdown;
    mainContentFocus: THREE_D;
}

Type declaration

  • assets: ThreeDAsset[]

    The 3D items for the publication.

  • Optional attachments?: AnyMedia[]

    The other attachments you want to include with it.

  • Optional content?: EncryptableMarkdown

    Optional markdown content.

  • mainContentFocus: THREE_D

    The main focus of the publication.