FOM Reference > Content > Pages > fPageSequence interface
  
fPageSequence interface
This object defines a page sequence. This represents the page sequence control stream in APP.
This object inherits from fControl.
rules attribute
The array of rules that make up this page sequence.
rules
Access
read-only
Returns
fPageSequenceItem[]
addRule method
Adds a new page sequence item to the rules array.
addRulepageSequenceItem
Parameters
fPageSequenceItempageSequenceItem
The page sequence item to add to the rules array. If this value is null or undefined, a new fPageSequenceItem object will be created.
Returns
fPageSequenceItem. The new fPageSequenceItem object.
clearRules method
Removes all page sequence rules from the rules array.
clearRules
Parameters
None
Returns
void. None.
removeRule method
Removes the specified page sequence item from the rules array.
removeRuleitem
Parameters
fPageSequenceItemitem
The page sequence item to remove.
Returns
void. None.