Class StiRemoveMeta

Hierarchy

Index

Constructors

constructor

  • new StiRemoveMeta(originalName: string | string[]): StiRemoveMeta

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

  • saveToJsonObject(jObject: StiJson, obj?: any): void

set

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

setXml

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

Generated using TypeDoc