blockly > FlyoutMetricsManager
FlyoutMetricsManager class
Calculates metrics for a flyout's workspace. The metrics are mainly used to size scrollbars for the flyout.
Signature:
export declare class FlyoutMetricsManager extends MetricsManager
Extends: MetricsManager
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| The flyout that owns the workspace to calculate metrics for. |
Methods
Method | Modifiers | Description |
|---|---|---|
getScrollMetrics(opt_getWorkspaceCoordinates, opt_viewMetrics, opt_contentMetrics) |