Home Reference Source Test
public class | source

FZPProperty

FZPProperty class

Example:

const {FZPProperty} = require('fzp-js')

let property = new FZPProperty()

Constructor Summary

Public Constructor
public

FZPProperty constructor

Member Summary

Public Members
public

the property showInLabel

public

the property value

Method Summary

Public Methods
public

Get the FZProperty showInLabel boolean

public

Get the FZProperty value

public

set(v: Object | String, s: Boolean)

public

Set the FZProperty showInLabel boolean

public

Set the FZProperty value

Public Constructors

public constructor() source

FZPProperty constructor

Public Members

public showInLabel: Boolean source

the property showInLabel

public value: String source

the property value

Public Methods

public getShowInLabel(): Boolean source

Get the FZProperty showInLabel boolean

Return:

Boolean

public getValue(): String source

Get the FZProperty value

Return:

String

public set(v: Object | String, s: Boolean) source

Params:

NameTypeAttributeDescription
v Object | String
s Boolean

public setShowInLabel(l: Boolean) source

Set the FZProperty showInLabel boolean

Params:

NameTypeAttributeDescription
l Boolean

public setValue(val: String) source

Set the FZProperty value

Params:

NameTypeAttributeDescription
val String