跳到主要内容
版本:v10.0

M3D / M3D / Utility / ImageSourceMessage

Class: ImageSourceMessage

M3D.Utility.ImageSourceMessage

Memberof

M3D.Utility

Description

图片资源消息

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ImageSourceMessage(state, para?): ImageSourceMessage

Parameters

NameType
statestring
para?Map<string, any>

Returns

ImageSourceMessage

Description

构造函数

Overrides

M3DMessage.constructor

Properties

exception

exception: any

Inherited from

M3DMessage.exception


expired

expired: boolean

Inherited from

M3DMessage.expired


handler

handler: any

Inherited from

M3DMessage.handler


imageSource

imageSource: ImageSource


info

info: string

Inherited from

M3DMessage.info


level

level: number

Inherited from

M3DMessage.level


state

state: string

Inherited from

M3DMessage.state


type

type: string

Inherited from

M3DMessage.type


operateShapeKey

Static operateShapeKey: string

Methods

setExpired

setExpired(isExpired): void

Parameters

NameTypeDescription
isExpiredboolean是否消息过期

Returns

void

Description

设置消息过期

Inherited from

M3DMessage.setExpired