Interface: UiSurfaceFlags
Makaio Framework / contracts/extension / UiSurfaceFlags
Interface: UiSurfaceFlags
Section titled “Interface: UiSurfaceFlags”Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:402
Discovery-time flags for browser UI contribution surfaces.
Each boolean flag indicates that the extension’s executable
ExtensionUiContribution declares the corresponding surface.
Absent or false means the surface is not contributed.
Properties
Section titled “Properties”pages?
Section titled “pages?”
readonlyoptionalpages?:boolean
Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:408
Extension contributes one or more page declarations.
routes?
Section titled “routes?”
readonlyoptionalroutes?:boolean
Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:410
Extension contributes one or more web UI routes.
tiles?
Section titled “tiles?”
readonlyoptionaltiles?:boolean
Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:404
Extension contributes one or more tile declarations.
widgets?
Section titled “widgets?”
readonlyoptionalwidgets?:boolean
Defined in: ../../../packages/contracts/src/extension/contribution-manifest.ts:406
Extension contributes one or more widget declarations.