Type alias TDiagramConvertConfiguration

TDiagramConvertConfiguration: {
    match-text-size?: boolean;
    types?: ("text" | "shape")[];
}

Type declaration

  • Optional match-text-size?: boolean
  • Optional types?: ("text" | "shape")[]

Generated using TypeDoc