Skip to main content

Class: Citation

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

Implements

Constructors

new Citation()

new Citation(p?): Citation

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

Parameters

p?

ICitation

Returns

Citation

Properties

cmsId

cmsId: string

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

Implementation of

ICitation.cmsId


imageUrl

imageUrl: string

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

Implementation of

ICitation.imageUrl


subtitle

subtitle: string

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

Implementation of

ICitation.subtitle


title

title: string

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

Implementation of

ICitation.title

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): Citation

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

Parameters

properties?

ICitation

Returns

Citation


decode()

static decode(r, l?): Citation

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

Citation


encode()

static encode(m, w?): Writer

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

Parameters

m

ICitation

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): Citation

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

Parameters

d

Returns

Citation


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

Citation

o?

IConversionOptions

Returns

object