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

    Interface PlayerDeckPlayIconConfiguration

    interface PlayerDeckPlayIconConfiguration {
        hidden?: boolean;
        iconWidth?: number;
    }
    Index

    Properties

    Properties

    hidden?: boolean

    Specifies if the play icon is hidden. Defaults to false.

    iconWidth?: number

    The width of play icon. Defaults to 50 on iOS.