Type alias TetrahedronGraphicOptions

TetrahedronGraphicOptions: TetrahedronStyleOptions & {
    position?: PositionOptions;
}

Type declaration