ScaleDirection🔗TODO docsDefinition🔗export enum ScaleDirection { Up = 1, Right = 1, Down = -1, Left = -1, }