Packageorg.spicefactory.parsley.core.view.metadata
Classpublic class Autoremove
InheritanceAutoremove Inheritance Object

Represents a metadata tag that can be used to specify whether the component should be removed from the Context when it is removed from stage. If not specified the value from ViewSettings.autoremoveComponent or ViewSettings.autoremoveViewRoots respectively will be used.



Public Properties
 PropertyDefined By
  value : Boolean = true
Indicates whether the component should be removed from the Context when it is removed from stage.
Autoremove
Property Detail
valueproperty
public var value:Boolean = true

Indicates whether the component should be removed from the Context when it is removed from stage.