ICircleBound
interface ICircleBound {
/**
* center of the circle
*/
center: [number, number],
/**
* radius of the circle
*/
radius: number
}
Usage
import {ICircleBound} from 'uxp/components';
Last updated
interface ICircleBound {
/**
* center of the circle
*/
center: [number, number],
/**
* radius of the circle
*/
radius: number
}
import {ICircleBound} from 'uxp/components';
Last updated