Class: SetAttributeMessage
Defined in: messages/SetAttributeMessage.ts:4
Extends
Constructors
new SetAttributeMessage()
new SetAttributeMessage(
ref
,name
,value
):SetAttributeMessage
Defined in: messages/SetAttributeMessage.ts:8
Parameters
ref
name
string
value
string
Returns
Overrides
Properties
cleanable
cleanable:
boolean
=false
Defined in: messages/BaseMessage.ts:44
Inherited from
content?
optional
content:any
Defined in: messages/BaseMessage.ts:32
Inherited from
destination?
optional
destination:string
Defined in: messages/BaseMessage.ts:36
Inherited from
direction?
optional
direction:MessageDirectionOption
Defined in: messages/BaseMessage.ts:42
Inherited from
id
id:
string
Defined in: messages/BaseMessage.ts:14
Inherited from
messageType
messageType:
string
='SetAttributeMessage'
Defined in: messages/SetAttributeMessage.ts:6
Overrides
myop
myop:
boolean
=true
Defined in: messages/BaseMessage.ts:28
Inherited from
name
name:
string
Defined in: messages/SetAttributeMessage.ts:8
ref
ref:
Ref
Defined in: messages/SetAttributeMessage.ts:8
Inherited from
route?
optional
route:string
[]
Defined in: messages/BaseMessage.ts:38
Inherited from
source?
optional
source:string
Defined in: messages/BaseMessage.ts:35
Inherited from
value
value:
string
Defined in: messages/SetAttributeMessage.ts:8
Methods
isTypeof()
isTypeof(
msg
):boolean
Defined in: messages/BaseMessage.ts:46
Parameters
msg
Returns
boolean
Inherited from
create()
static
create<T
,U
>(this
, ...args
):InstanceType
<U
>
Defined in: messages/BaseMessage.ts:16
Type Parameters
• T
• U extends (...args
) => T
= U
Parameters
this
U
args
...ConstructorParameters
<U
>
Returns
InstanceType
<U
>