Skip to main content

ODCheckerMessage interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface is an object which has all variables required for a config checker message!

View Source

Properties


checkerId class api.ODId

(no description)

View Source


filepath string string

(no description)

View Source


locationDocs type null|string

(no description)

View Source


locationId class api.ODId

(no description)

View Source


message string string

(no description)

View Source


messageDocs type null|string

(no description)

View Source


messageId class api.ODId

(no description)

View Source


path string string

(no description)

View Source


translationParams array string[]

(no description)

View Source


type type "info"|"warning"|"error"

(no description)

View Source