react-native-firework-sdk
    Preparing search index...

    Interface VideoFeedShadowConfiguration

    interface VideoFeedShadowConfiguration {
        color?: string;
        height?: number;
        opacity?: number;
        width?: number;
    }
    Index

    Properties

    color?: string

    The color of shadow.

    height?: number

    The height of shadow.

    opacity?: number

    The opacity of shadow.

    width?: number

    The width of shadow.