MeasureLabelCaptionParams
Parameters for measureLabelCaption.
Import:
import type { MeasureLabelCaptionParams } from 'obsidian-integration-testing';Signature:
export interface MeasureLabelCaptionParamsProperties
| Property | Type | Description |
|---|---|---|
| imageHeightInPixels | number | Height of the image the caption is destined for, in pixels. |
| imageWidthInPixels | number | Width of the image the caption is destined for, in pixels. |
| text | string | The caption to measure. |
Links to this page: