Type alias TUpdatePatchAppendChild

TUpdatePatchAppendChild: TUpdatePatch & {
    parentId?: string;
    svg: string;
    type: "APPEND_CHILD";
}

Type declaration

  • Optional parentId?: string
  • svg: string
  • type: "APPEND_CHILD"

Generated using TypeDoc