Type alias CustomLayerCommandParameter

CustomLayerCommandParameter: {
    addCustomBarEntity: CustomBarEntityCommandParameter;
    addCustomClusterEntity: CustomClusterEntityCommandParameter;
    addCustomConeEntity: CustomConeEntityCommandParameter;
    addCustomGLTFEntity: CustomGLTFEntityCommandParameter;
    addCustomGroundPolylineEntity: CustomGroundPolylineEntityCommandParameter;
    addCustomHoleEntity: CustomHoleEntityCommandParameter;
    addCustomManholeEntity: CustomManholeEntityCommandParameter;
    addCustomPipelineEntity: CustomPipelineEntityCommandParameter;
    addCustomPointEntity: CustomPointEntityCommandParameter;
    addCustomPolygonPrismEntity: CustomPolygonPrismEntityCommandParameter;
    addCustomPolylineEntity: CustomPolylineEntityCommandParameter;
    addCustomProjectorEntity: CustomProjectorEntityCommandParameter;
    addCustomPushpinEntity: CustomPushpinEntityCommandParameter;
    addCustomSphereEntity: CustomSphereEntityCommandParameter;
    addCustomSurfaceCircleEntity: CustomSurfaceCircleEntityCommandParameter;
    addCustomSurfacePolygonSetEntity: CustomSurfacePolygonSetEntityCommandParameter;
    addCustomSurfacePolylineEntity: CustomSurfacePolylineEntityCommandParameter;
    addCustomTextEntity: CustomTextEntityCommandParameter;
    addCustomTriangleSetEntity: CustomTriangleSetEntityCommandParameter;
    removeCustomEntity: CustomRemoveEntityCommandParameter;
    updateCustomEntity: CustomUpdateEntityCommandParameter;
}

自畫圖層指令參數

Type declaration

Generated using TypeDoc