Type Alias BaseCellOptions

BaseCellOptions: {
    angle?: number;
    height?: number;
    id?: string;
    margins?: TextMargins;
    name?: string;
    position?: Point;
    style?: TestBboxStyle;
    txtHeight?: number;
    txtWidth?: number;
    userData?: UserData;
    width?: number;
    zIndex?: number;
}