Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChemistryDepictionRequest

Index

Properties

column?: string
image: string
options: { alignToFirst?: boolean; grid?: { ncols: number }; height: number; highlight?: { atoms?: boolean; bonds?: boolean; color?: string; source: "sdtag" | "template" | "substruct"; style?: string }; width: number }

Type declaration

  • Optional alignToFirst?: boolean
  • Optional grid?: { ncols: number }
    • ncols: number
  • height: number
  • Optional highlight?: { atoms?: boolean; bonds?: boolean; color?: string; source: "sdtag" | "template" | "substruct"; style?: string }
    • Optional atoms?: boolean
    • Optional bonds?: boolean
    • Optional color?: string
    • source: "sdtag" | "template" | "substruct"
    • Optional style?: string
  • width: number
rows?: "all" | "filtered" | "marked" | number[]
structure?: { data: string; format: string }

Type declaration

  • data: string
  • format: string
structures?: { data: string; format: string }[]
substructures?: { color?: string; data: string; format: string; style?: string }[]
templateProperty?: string
templates?: [{ data: string; format: string }]

Generated using TypeDoc