ConfigurationView

Configuration view with sidebar navigation and section content

Installation

import { ConfigurationView } from 'uxp/components';

Signature

const ConfigurationView: React.FunctionComponent<IConfigurationViewProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

uxpContext

Yes

-

-

title

string

Yes

-

-

selected

string

No

-

-

onChangeSection

(id: string) => void

No

-

-

Last updated