RoomleConfigurator.Internal.ToolsCoreContextCallback

configurator-core/src/roomle-configurator.internal.ToolsCoreContextCallback

Table of contents

Methods

Methods

error

error(line, column, message, source): void

Parameters

NameType

line

number

column

number

message

string

source

string

Returns

void


isReady

isReady(): void

Returns

void


log

log(message): void

Parameters

NameType

message

string

Returns

void


message

message(messageObject): void

Parameters

NameType

messageObject

Returns

void


throw

throw(what): void

Parameters

NameType

what

string

Returns

void

Last updated