[]
Defines the direction in which the style rule is applied.
example
view.addStyleRule("hoverRowStyle", GC.Data.View.StateRuleDirection, { backColor: "green" }, { state: GC.Data.RowColumnStates.hover });
• both = 3
Specifies the style rule will apply to both row and column direction.
• column = 2
Specifies the style rule will apply to the column direction.
• none = 0
Specifies the style rule will not be applied.
• row = 1
Specifies the style rule will apply to the row direction.