Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerIcon

    interface VertexViewerIcon {
        name?: ViewerIconName;
        size?: ViewerIconSize;
    }
    Index

    The name of the icon to render.

    The size of the icon. Can be 'sm' | 'md' | 'lg' | undefined. Predefined sizes are set to: * sm: 16px

    • md: 24px

    • lg: 32px

    A custom size can be supplied by setting this field to undefined and setting font-size through CSS. Defaults to md.

    'md'