Class StiExpressionMeta

Hierarchy

Index

Constructors

constructor

  • new StiExpressionMeta(originalName: string | string[], jsName?: string): StiExpressionMeta

Properties

checkValue

checkValue: function

Type declaration

filterSaveMode

filterSaveMode: StiJsonSaveMode

getValue

getValue: function

Type declaration

jsName

jsName: string

originalName

originalName: string[]

setValue

setValue: function

Type declaration

setValueXml

setValueXml: function

Type declaration

Methods

check

  • check(checkValue: function): StiMeta<any>

get

  • get(getValue: function): StiMeta<any>

loadFromJsonObject

loadFromXml

saveToJsonObject

set

  • set(setValue: function): StiMeta<any>

setXml

  • setXml(setValueXml: function): StiMeta<any>

Generated using TypeDoc