Skip to main content

StaticValue

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new StaticValue(uid, opts?)

Parameters

NameType
uidstring
opts?KeyValue

Overrides

ControlBlock.constructor

Properties

uid

Readonly uid: string

Inherited from

ControlBlock.uid

Methods

close

close(): void

Returns

void

Inherited from

ControlBlock.close


input

input(value): void

Parameters

NameType
valueany

Returns

void


off

off(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

ControlBlock.off


on

on(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

ControlBlock.on