Interface TextAttributionPrivate

capture用 text attribution

interface TextAttribution {
    height: number;
    text: string;
    type: "text";
    width: number;
}

Properties

Properties

height: number
text: string
type: "text"
width: number