API Reference > imodeljs-common > DisplayStyles > DisplayStyleSubCategoryProps DisplayStyleSubCategoryProps Interface Describes the SubCategoryOverrides applied to a SubCategory by a DisplayStyle. see DisplayStyleSettingsProps Extends SubCategoryAppearance.Props Properties Name Type Description subCategory undefined | Id64String The Id of the SubCategory whose appearance is to be overridden. Inherited properties Name Type Inherited from Description color undefined | ColorDefProps SubCategoryAppearance.Props fill undefined | ColorDefProps SubCategoryAppearance.Props invisible undefined | false | true SubCategoryAppearance.Props material undefined | Id64String SubCategoryAppearance.Props priority undefined | number SubCategoryAppearance.Props style undefined | Id64String SubCategoryAppearance.Props transp undefined | number SubCategoryAppearance.Props transpFill undefined | number SubCategoryAppearance.Props weight undefined | number SubCategoryAppearance.Props Defined in core/common/src/DisplayStyleSettings.ts Line 48 Last Updated: 13 June, 2024