Skip to content

MeasureLabelCaptionParams

Parameters for measureLabelCaption.

Import:

import type { MeasureLabelCaptionParams } from 'obsidian-integration-testing';

Signature:

export interface MeasureLabelCaptionParams

Properties

PropertyTypeDescription
imageHeightInPixelsnumberHeight of the image the caption is destined for, in pixels.
imageWidthInPixelsnumberWidth of the image the caption is destined for, in pixels.
textstringThe caption to measure.

Links to this page: