Growthackr Chrome Extension - v1.0.0
    Preparing search index...

    Message to set platforms list

    interface SetPlatformsMessage {
        action: SET_PLATFORMS;
        platforms: Platform[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The action to be performed

    platforms: Platform[]