Vertex Viewer SDK
    Preparing search index...

    Interface PinStyleAttributes

    interface PinStyleAttributes {
        accentColor?: string | Color.Color;
        primaryColor?: string | Color.Color;
    }
    Index

    Properties

    accentColor?: string | Color.Color
    primaryColor?: string | Color.Color