Usages of FoldingSynchronizationOptions
Properties
initializeOptions | in FolderNodeDefaults | Gets or sets what properties to initialize the FolderNodeState with when a folder node is initialized from its master node. | |
updateFoldingOptions | in FolderNodeDefaults | Gets or sets what properties to update the FolderNodeState with when a folder node is updated to reflect changes made to its master item. | |
updateMasterOptions | in FolderNodeDefaults | Gets or sets what properties to backpropagate from the FolderNodeState when a master node is updated to reflect changes made to its folding variant. | |
initializeOptions | in FoldingEdgeDefaults | Gets or sets what properties to initialize the FoldingEdgeState with when an edge is initialized from its master edges. | |
updateFoldingOptions | in FoldingEdgeDefaults | Gets or sets what properties to update the FoldingEdgeState with when a folding edge is updated to reflect changes made to its master items. | |
updateMasterOptions | in FoldingEdgeDefaults | Gets or sets what properties to backpropagate from the FoldingEdgeState when master edges are updated to reflect changes made to its folding variant. | |
initializeOptions | in FoldingLabelDefaults | Gets or sets what properties to initialize the FoldingLabelState with when a folding label is added to the owner for the first time. | |
updateFoldingOptions | in FoldingLabelDefaults | Gets or sets what properties to update the FoldingLabelState with when a folding label is updated to reflect changes made to its master item. | |
updateMasterOptions | in FoldingLabelDefaults | Gets or sets what properties to backpropagate from the FoldingLabelState when a master label is updated to reflect changes made to its folding variant. | |
initializeOptions | in FoldingPortDefaults | Gets or sets what properties to initialize the FoldingPortState with when a port is initialized from its master port. | |
updateFoldingOptions | in FoldingPortDefaults | Gets or sets what properties to update the FoldingPortState with when a folding port is updated to reflect changes made to its master item. | |
updateMasterOptions | in FoldingPortDefaults | Gets or sets what properties to backpropagate from the FoldingPortState when a master port is updated to reflect changes made to its folding variant. |
Method Return Values
from (FoldingSynchronizationOptions) | in FoldingSynchronizationOptions | Converts the given argument to an enum constant of this enum type. |
Method Parameters
FolderNodeDefaults (INodeDefaults?, ) | in FolderNodeDefaults | Creates a new instance, optionally using all relevant values from the provided nodeDefaults objects. | |
FoldingEdgeDefaults (IEdgeDefaults?, ) | in FoldingEdgeDefaults | Creates a new instance of this type, optionally configuring the values from the given IEdgeDefaults object. | |
FoldingLabelDefaults (ILabelDefaults?, ) | in FoldingLabelDefaults | Creates a new instance of this type, optionally configuring the values from the given ILabelDefaults object. | |
FoldingPortDefaults (IPortDefaults?, ) | in FoldingPortDefaults | Creates a new instance of this type, optionally configuring the values from the given IPortDefaults object. | |
from (FoldingSynchronizationOptions) | in FoldingSynchronizationOptions | Converts the given argument to an enum constant of this enum type. | |
getName (FoldingSynchronizationOptions) | in FoldingSynchronizationOptions | Returns the name of the given enum constant. |