Skip to main content

Class: Citation

Defined in: WAProto/index.d.ts:2597

Implements

Constructors

new Citation()

new Citation(p?): Citation

Defined in: WAProto/index.d.ts:2598

Parameters

p?

ICitation

Returns

Citation

Properties

cmsId

cmsId: string

Defined in: WAProto/index.d.ts:2601

Implementation of

ICitation.cmsId


imageUrl

imageUrl: string

Defined in: WAProto/index.d.ts:2602

Implementation of

ICitation.imageUrl


subtitle

subtitle: string

Defined in: WAProto/index.d.ts:2600

Implementation of

ICitation.subtitle


title

title: string

Defined in: WAProto/index.d.ts:2599

Implementation of

ICitation.title

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:2608

Returns

object


create()

static create(properties?): Citation

Defined in: WAProto/index.d.ts:2603

Parameters

properties?

ICitation

Returns

Citation


decode()

static decode(r, l?): Citation

Defined in: WAProto/index.d.ts:2605

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

Citation


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:2604

Parameters

m

ICitation

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): Citation

Defined in: WAProto/index.d.ts:2606

Parameters

d

Returns

Citation


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:2609

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:2607

Parameters

m

Citation

o?

IConversionOptions

Returns

object