jamespot-user-api
    Preparing search index...

    Type Alias SocialActionDeprecated

    type SocialActionDeprecated = {
        class: string;
        cssClass: string;
        cssColor: string;
        isActive: boolean;
        label: string;
        stats?: { total: number };
        struct: SocialActionStructDeprecated;
        type: string;
    }
    Index

    Properties

    class: string
    cssClass: string
    cssColor: string
    isActive: boolean
    label: string
    stats?: { total: number }
    type: string