Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
StaticActionGets the setting to show the icon of the action script or action mod executed by this insight.
The icon setting.
StaticBinaryGets the setting to show a binary preview image loaded from a file path in an action mod.
The relative file path within the mod (e.g., "images/preview.png").
The icon setting.
StaticCustomGets the setting to show a custom SVG icon.
The SVG icon markup.
The icon setting.
StaticInsightGets the setting to show the icon of the insight script or the current agent mod.
The icon setting.
StaticLiveGets the setting to show a live preview of the insight result. This will render the first new page or visual. Note that this may impact the overall performance and freeze the UI temporarily, depending on the complexity of the insight.
The icon setting.
Gets the setting to show a live preview of a page as the insight result. Note that this may impact the overall performance and freeze the UI temporarily, depending on the complexity of the insight.
The page to render a preview for.
The icon setting.
Gets the setting to show a live preview of a visual as the insight result. Note that this may impact the overall performance and freeze the UI temporarily, depending on the complexity of the insight.
The visual to render a preview for.
The icon setting.
StaticNone
Contains settings for the image or icon to show for an insight.
Since
2.5