Interface ViewConfig

interface ViewConfig {
    cutouts: KeyAble[];
    feedbackAnimationStyle?: FeedbackAnimationStyle;
    feedbackStyle?: string;
    outerAlpha?: number;
    outerColor?: string;
}

Properties

cutouts: KeyAble[]
feedbackAnimationStyle?: FeedbackAnimationStyle

Feedback animation style. Defaults to a 'BLINK_ANIMATION' animation.

feedbackStyle?: string
outerAlpha?: number
outerColor?: string