Ⓙ Jike SDK
    Preparing search index...

    Interface ActionItem

    interface ActionItem {
        collapsed: boolean;
        collapsible: boolean;
        content: string;
        enablePictureComments: boolean;
        id: string;
        pictures: Picture[];
        status: string;
        targetId: string;
        targetType: string;
        type: string;
        users: User[];
        usersCount: number;
    }
    Index

    Properties

    collapsed: boolean
    collapsible: boolean
    content: string
    enablePictureComments: boolean
    id: string
    pictures: Picture[]
    status: string
    targetId: string
    targetType: string
    type: string
    users: User[]
    usersCount: number