interface SpeechShapeTaskParams {
    fill?: string;
    height?: any;
    rx?: any;
    ry?: any;
    shape?: string | Shapes;
    speechHeight?: uint;
    speechPosition?: string | SpeechPosition;
    speechShift?: int;
    speechStart?: uint;
    speechWidth?: uint;
    stroke?: string;
    strokeWidth?: any;
    width?: any;
}

Hierarchy (view full)

Properties

fill?: string
height?: any
rx?: any
ry?: any
shape?: string | Shapes
speechHeight?: uint
speechPosition?: string | SpeechPosition
speechShift?: int
speechStart?: uint
speechWidth?: uint
stroke?: string
strokeWidth?: any
width?: any