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

M3D / M3D / Utility / SectionMessage

Class: SectionMessage

M3D.Utility.SectionMessage

Memberof

M3D.Utility

Description

剖切消息

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SectionMessage(state, para?): SectionMessage

Parameters

NameType
statestring
para?Map<string, any>

Returns

SectionMessage

Description

构造函数

Overrides

ShapeMessage.constructor

Properties

exception

exception: any

Inherited from

ShapeMessage.exception


expired

expired: boolean

Inherited from

ShapeMessage.expired


handler

handler: any

Inherited from

ShapeMessage.handler


info

info: string

Inherited from

ShapeMessage.info


level

level: number

Inherited from

ShapeMessage.level


state

state: string

Inherited from

ShapeMessage.state


type

type: string

Inherited from

ShapeMessage.type


operateShapeKey

Static operateShapeKey: string

Inherited from

ShapeMessage.operateShapeKey

Methods

getOperateShape

getOperateShape(): Shape

Returns

Shape

Description

获取Shape

Overrides

ShapeMessage.getOperateShape


setExpired

setExpired(isExpired): void

Parameters

NameTypeDescription
isExpiredboolean是否消息过期

Returns

void

Description

设置消息过期

Inherited from

ShapeMessage.setExpired