Type alias BBTextObjectDataType
BBTextObjectDataType: {
content: {
align: "left" | "center" | "right";
color: string;
fontFamily: string;
fontSize: number;
opacity: number;
text: string;
visible: boolean;
wordWrap: boolean;
};
}
Type declaration
content: {
align: "left" | "center" | "right";
color: string;
fontFamily: string;
fontSize: number;
opacity: number;
text: string;
visible: boolean;
wordWrap: boolean;
}
align: "left" | "center" | "right"
color: string
fontFamily: string
fontSize: number
opacity: number
text: string
visible: boolean
wordWrap: boolean
Base parameters for gdjs.BBTextRuntimeObject