ButtonParams: {
    commentMail: string[];
    commentMessage: string;
    commentVisible: boolean;
    hidden: boolean;
    limit: number;
    local: boolean;
    message: {
        after: string;
        before: string;
        body: string;
    };
}

Type declaration

  • commentMail: string[]
  • commentMessage: string
  • commentVisible: boolean
  • hidden: boolean
  • limit: number
  • local: boolean
  • message: {
        after: string;
        before: string;
        body: string;
    }
    • after: string
    • before: string
    • body: string

Generated using TypeDoc