Skip to main content
Version: 4.1.0

SmoothingSettingsComponent

Hierarchy

  • Component<{ diableDecimation?: boolean; diableStyle?: boolean; disableColorAndLineWidth?: boolean; smoothingStore: ProfileSmoothingStore }>
    • SmoothingSettingsComponent

Index

Constructors

Methods

Constructors

externalconstructor

  • new SmoothingSettingsComponent(props: { diableDecimation?: boolean; diableStyle?: boolean; disableColorAndLineWidth?: boolean; smoothingStore: ProfileSmoothingStore } | Readonly<{ diableDecimation?: boolean; diableStyle?: boolean; disableColorAndLineWidth?: boolean; smoothingStore: ProfileSmoothingStore }>): SmoothingSettingsComponent
  • new SmoothingSettingsComponent(props: { diableDecimation?: boolean; diableStyle?: boolean; disableColorAndLineWidth?: boolean; smoothingStore: ProfileSmoothingStore }, context: any): SmoothingSettingsComponent
  • Parameters

    • externalprops: { diableDecimation?: boolean; diableStyle?: boolean; disableColorAndLineWidth?: boolean; smoothingStore: ProfileSmoothingStore } | Readonly<{ diableDecimation?: boolean; diableStyle?: boolean; disableColorAndLineWidth?: boolean; smoothingStore: ProfileSmoothingStore }>

    Returns SmoothingSettingsComponent

Methods

render

  • render(): Element
  • Returns Element