Publication

constructor(basicTheme: Basic? = null, description: String? = null, icon: Blob? = null, labels: PublicationLabelsUnion? = null, name: String, preferences: PublicationPreferences? = null, url: Uri)

Parameters

basicTheme

Simplified publication theme for tools and apps to utilize when displaying content.

description

Brief description of the publication.

icon

Square image to identify the publication. Should be at least 256x256.

labels

Self-label values for this publication. Effectively content warnings.

name

Name of the publication.

preferences

Object containing platform specific preferences (with a few shared properties).

url

Base publication url (ex: https://standard.site). The canonical document URL is formed by combining this value with the document path.