interface CircleDecoratorInterface {
    color?: string;
    position: number;
    shift: -1 | 1;
}

Properties

Properties

color?: string
position: number
shift: -1 | 1