Interface ViewConfig

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

Properties

cutouts: KeyAble[]
feedbackAnimationStyle?: FeedbackAnimationStyle

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

outerAlpha?: number
outerColor?: string