Skip to main content

Class: LabelEditAction

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

Implements

Constructors

new LabelEditAction()

new LabelEditAction(p?): LabelEditAction

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

Parameters

p?

ILabelEditAction

Returns

LabelEditAction

Properties

color?

optional color: null | number

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

Implementation of

ILabelEditAction.color


deleted?

optional deleted: null | boolean

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

Implementation of

ILabelEditAction.deleted


isActive?

optional isActive: null | boolean

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

Implementation of

ILabelEditAction.isActive


isImmutable?

optional isImmutable: null | boolean

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

Implementation of

ILabelEditAction.isImmutable


muteEndTimeMs?

optional muteEndTimeMs: null | number | Long

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

Implementation of

ILabelEditAction.muteEndTimeMs


name?

optional name: null | string

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

Implementation of

ILabelEditAction.name


orderIndex?

optional orderIndex: null | number

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

Implementation of

ILabelEditAction.orderIndex


predefinedId?

optional predefinedId: null | number

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

Implementation of

ILabelEditAction.predefinedId


type?

optional type: null | ListType

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

Implementation of

ILabelEditAction.type

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): LabelEditAction

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

Parameters

properties?

ILabelEditAction

Returns

LabelEditAction


decode()

static decode(r, l?): LabelEditAction

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

LabelEditAction


encode()

static encode(m, w?): Writer

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

Parameters

m

ILabelEditAction

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): LabelEditAction

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

Parameters

d

Returns

LabelEditAction


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

LabelEditAction

o?

IConversionOptions

Returns

object