OneSDK
    Preparing search index...

    Interface PublishActions

    interface PublishActions {
        bookmarked: { commentId: null | string; key: string };
        clear: [];
        comments: Comment[];
        config: Config;
        connected: {
            comments?: Comment[];
            config?: Config;
            services?: Service[];
            setList?: SetListAPIResponse;
            waitingList?: OrderItem[];
        };
        deleted: { id: string; message: string }[];
        meta: { data: ServiceMeta; service: Service; type: keyof ServiceList };
        "meta.clear": string;
        "ni.survey.finish": any;
        "ni.survey.start": any;
        notification: void;
        pinned: Comment;
        reactions: { effect: boolean; reactions: Reaction[] };
        services: Service[];
        setList: SetListAPIResponse;
        "setList.request": RequestItem[];
        systemComment: any;
        toast: any;
        userDatas: UserStoreData;
        waitingList: OrderItem[];
        "wp.exec": WordPartyExecParams;
        "wp.update": { dir: string };
        "yt.survey.finish": any;
        "yt.survey.start": any;
        "yt.survey.update": any;
    }

    Hierarchy

    • SendActions
      • PublishActions
    Index

    Properties

    bookmarked: { commentId: null | string; key: string }
    clear: []
    comments: Comment[]
    config: Config
    connected: {
        comments?: Comment[];
        config?: Config;
        services?: Service[];
        setList?: SetListAPIResponse;
        waitingList?: OrderItem[];
    }
    deleted: { id: string; message: string }[]
    meta: { data: ServiceMeta; service: Service; type: keyof ServiceList }
    "meta.clear": string
    "ni.survey.finish": any
    "ni.survey.start": any
    notification: void
    pinned: Comment
    reactions: { effect: boolean; reactions: Reaction[] }
    services: Service[]
    "setList.request": RequestItem[]
    systemComment: any
    toast: any
    userDatas: UserStoreData
    waitingList: OrderItem[]
    "wp.update": { dir: string }
    "yt.survey.finish": any
    "yt.survey.start": any
    "yt.survey.update": any