springroll.Property Class

Module: Core

Internal class for managing the property

Constructor

springroll.Property

(
  • name
  • [value=null]
  • [readOnly=false]
)
private

Parameters:

  • name String

    The name of the property

  • [value=null] optional

    The initial value

  • [readOnly=false] Boolean optional

    If property is read-only

setReadOnly

(
  • [readOnly=false]
)

Defined in setReadOnly:177

Set the value of the property

Parameters:

  • [readOnly=false] Boolean optional

    The readOnly status

setValue

(
  • [value=null]
)

Defined in setValue:167

Set the value of the property

Parameters:

  • [value=null] optional

    The value to set