| Package | com.endeca.tools.pagebuilder.model.content |
| Interface | public interface INavigationRefinementsProperty extends IProperty, IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable |
INavigationRefinements object.
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | name : String
The name of the property.
| IProperty | |
| navigationRefinements : INavigationRefinements
The
INavigationRefinements object this property contains. | INavigationRefinementsProperty | ||
![]() | readOnly : Boolean
Indicates whether the content model is in read-only mode.
| IContentModelObject | |
| navigationRefinements | property |
navigationRefinements:INavigationRefinements [read-write]
The INavigationRefinements object this property contains.
This property can be used as the source for data binding.
Implementation public function get navigationRefinements():INavigationRefinements
public function set navigationRefinements(value:INavigationRefinements):void