Skip to content

Type Alias: Content

ts
type Content = object;

Defined in: src/v1/models/content.ts:15

Properties

_expandable?

ts
optional _expandable?: object;

Defined in: src/v1/models/content.ts:67

ancestors?

ts
optional ancestors?: string;

body?

ts
optional body?: string;

children?

ts
optional children?: string;

childTypes?

ts
optional childTypes?: string;

container?

ts
optional container?: string;

descendants?

ts
optional descendants?: string;

draftVersion?

ts
optional draftVersion?: string;

extensions?

ts
optional extensions?: string;

history?

ts
optional history?: string;

macroRenderedOutput?

ts
optional macroRenderedOutput?: string;

metadata?

ts
optional metadata?: string;

operations?

ts
optional operations?: string;

restrictions?

ts
optional restrictions?: string;

schedulePublishDate?

ts
optional schedulePublishDate?: string;

schedulePublishInfo?

ts
optional schedulePublishInfo?: string;

space?

ts
optional space?: string;

version?

ts
optional version?: string;

ts
optional _links?: GenericLinks;

Defined in: src/v1/models/content.ts:86


ancestors?

ts
optional ancestors?: Content[] | null;

Defined in: src/v1/models/content.ts:23


ari?

ts
optional ari?: string;

Defined in: src/v1/models/content.ts:87


base64EncodedAri?

ts
optional base64EncodedAri?: string;

Defined in: src/v1/models/content.ts:88


body?

ts
optional body?: object;

Defined in: src/v1/models/content.ts:29

_expandable?

ts
optional _expandable?: object;
_expandable.anonymous_export_view?
ts
optional anonymous_export_view?: string;
_expandable.atlas_doc_format?
ts
optional atlas_doc_format?: string;
_expandable.dynamic?
ts
optional dynamic?: string;
_expandable.editor?
ts
optional editor?: string;
_expandable.editor2?
ts
optional editor2?: string;
_expandable.export_view?
ts
optional export_view?: string;
_expandable.raw?
ts
optional raw?: string;
_expandable.storage?
ts
optional storage?: string;
_expandable.styled_view?
ts
optional styled_view?: string;
_expandable.view?
ts
optional view?: string;
_expandable.wiki?
ts
optional wiki?: string;

anonymous_export_view?

ts
optional anonymous_export_view?: ContentBody;

atlas_doc_format?

ts
optional atlas_doc_format?: ContentBody;

dynamic?

ts
optional dynamic?: ContentBody;

editor?

ts
optional editor?: ContentBody;

editor2?

ts
optional editor2?: ContentBody;

export_view?

ts
optional export_view?: ContentBody;

raw?

ts
optional raw?: ContentBody;

storage?

ts
optional storage?: ContentBody;

styled_view?

ts
optional styled_view?: ContentBody;

view?

ts
optional view?: ContentBody;

wiki?

ts
optional wiki?: ContentBody;

children?

ts
optional children?: ContentChildren;

Defined in: src/v1/models/content.ts:25


childTypes?

ts
optional childTypes?: ContentChildType;

Defined in: src/v1/models/content.ts:26


container?

ts
optional container?: Container;

Defined in: src/v1/models/content.ts:28


descendants?

ts
optional descendants?: ContentChildren;

Defined in: src/v1/models/content.ts:27


extensions?

ts
optional extensions?: Record<string, unknown>;

Defined in: src/v1/models/content.ts:66


history?

ts
optional history?: ContentHistory;

Defined in: src/v1/models/content.ts:21


id?

ts
optional id?: string;

Defined in: src/v1/models/content.ts:16


macroRenderedOutput?

ts
optional macroRenderedOutput?: Record<string, unknown>;

Defined in: src/v1/models/content.ts:65


metadata?

ts
optional metadata?: ContentMetadata;

Defined in: src/v1/models/content.ts:64


operations?

ts
optional operations?: OperationCheckResult[];

Defined in: src/v1/models/content.ts:24


restrictions?

ts
optional restrictions?: object;

Defined in: src/v1/models/content.ts:55

_expandable?

ts
optional _expandable?: object;
_expandable.read?
ts
optional read?: string;
_expandable.update?
ts
optional update?: string;
ts
optional _links?: GenericLinks;

read?

ts
optional read?: ContentRestriction;

update?

ts
optional update?: ContentRestriction;

space?

ts
optional space?: Space;

Defined in: src/v1/models/content.ts:20


status

ts
status: string;

Defined in: src/v1/models/content.ts:18


title?

ts
optional title?: string;

Defined in: src/v1/models/content.ts:19


type

ts
type: string;

Defined in: src/v1/models/content.ts:17


version?

ts
optional version?: Version;

Defined in: src/v1/models/content.ts:22