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

    Interface ButtonInfo

    interface ButtonInfo {
        imageName?: string;
        systemImageName?: string;
        tintColor?: string;
    }
    Index

    Properties

    imageName?: string

    The name of image in the asset catalogs. For example, you need to add the image in the Images.xcassets(or Assets.xcassets etc.)

    systemImageName?: string

    The system image name. Only supported on iOS.

    tintColor?: string

    This applies only to system image. Only supported on iOS.