Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.29 KB

kui_shell_core.ModeRegistration.md

File metadata and controls

41 lines (23 loc) · 1.29 KB

Kui API Documentation - v11.0.0 / @kui-shell/core / ModeRegistration

Interface: ModeRegistration<Resource>

@kui-shell/core.ModeRegistration

Interpretation: if the resource passes the given "when" filter, then add the given sidecar mode

Type parameters

Name Type
Resource extends ResourceWithMetadata

Table of contents

Properties

Properties

mode

mode: ModeDeclaration<Resource>

Defined in

packages/core/src/webapp/views/registrar/modes.ts:40


when

when: ModeFilter<Resource>

Defined in

packages/core/src/webapp/views/registrar/modes.ts:39