bitbybit.dev v1.0.0-rc.1
    Preparing search index...
    Index

    Constructors

    • Parameters

      • OptionalpointSize: number
      • OptionalpointColor: string
      • OptionalhoverPointColor: string
      • OptionalpulseColor: string
      • OptionalpulseMinSize: number
      • OptionalpulseMaxSize: number
      • OptionalpulseThickness: number
      • OptionalpulseSpeed: number
      • OptionaltextColor: string
      • OptionalhoverTextColor: string
      • OptionaltextSize: number
      • OptionaltextFontWeight: number
      • OptionaltextBackgroundColor: string
      • OptionaltextBackgroundOpacity: number
      • OptionaltextBackgroundStroke: boolean
      • OptionaltextBackgroundStrokeThickness: number
      • OptionaltextBackgroundRadius: number
      • OptionaltextPosition: topBottomEnum
      • OptionalstableSize: boolean
      • OptionalalwaysOnTop: boolean

      Returns PointOfInterestStyleDto

    Properties

    pointSize?: number

    Diameter of the central point in pixels

    20
    
    pointColor?: string

    Color of the central point

    #ffffff
    
    hoverPointColor?: string

    Color of the central point on hover

    #0000ff
    
    pulseColor?: string

    Color of the animated pulse

    #ffffff
    
    hoverPulseColor?: string

    Hover color of the animated pulse

    #0000ff
    
    pulseMinSize?: number

    Smallest diameter of the pulse in pixels

    20
    
    pulseMaxSize?: number

    Largest diameter of the pulse in pixels

    50
    
    pulseThickness?: number

    Thickness of the pulse ring in pixels

    2
    
    pulseSpeed?: number

    Speed multiplier for the pulse animation

    3
    
    textColor?: string

    Color of the text label

    #ffffff
    
    hoverTextColor?: string

    Color of the text label on hover

    #0000ff
    
    textSize?: number

    Font size of the text label in pixels

    14
    
    textFontWeight?: number

    Font weight of the text label

    400
    

    100

    900

    100

    textBackgroundColor?: string

    Background color of text label

    #000000
    
    textBackgroundOpacity: number

    Opacity of text background

    0.0
    

    0

    1

    0.1

    textBackgroundStroke: boolean

    Whether to show stroke around text background

    false
    
    textBackgroundStrokeThickness: number

    Thickness of the stroke around text background

    8
    

    1

    20

    1

    textBackgroundRadius: number

    Corner radius for text background rounding

    40
    

    0

    100

    5

    textPosition: topBottomEnum

    Position of the text label relative to the point in screen space (top or bottom)

    bottom
    
    stableSize: boolean

    Whether the entire point of interest should maintain stable size regardless of camera distance

    true
    
    alwaysOnTop: boolean

    Whether the point of interest should always render on top of other objects

    false