Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/FeatureView/model/IFeatureViewProps
IFeatureViewProps
Interface IFeatureViewProps
Represents the props for the FeatureView component.
interface
IFeatureViewProps
{
changeSubject
?:
TSubject
<
any
>
;
className
?:
string
;
data
?:
null
|
string
[]
;
expandAll
?:
boolean
;
features
:
IFeatureGroup
<
any
,
any
>
[]
;
onChange
?:
(
data
:
string
[]
)
=>
void
;
outlinePaper
?:
boolean
;
readonly
?:
boolean
;
style
?:
any
;
sx
?:
any
;
transparentPaper
?:
boolean
;
}
Index
Properties
change
Subject?
class
Name?
data?
expand
All?
features
on
Change?
outline
Paper?
readonly?
style?
sx?
transparent
Paper?
Properties
Optional
change
Subject
changeSubject
?:
TSubject
<
any
>
Optional
class
Name
className
?:
string
Optional
data
data
?:
null
|
string
[]
Optional
expand
All
expandAll
?:
boolean
features
features
:
IFeatureGroup
<
any
,
any
>
[]
Optional
on
Change
onChange
?:
(
data
:
string
[]
)
=>
void
Optional
outline
Paper
outlinePaper
?:
boolean
Optional
readonly
readonly
?:
boolean
Optional
style
style
?:
any
Optional
sx
sx
?:
any
Optional
transparent
Paper
transparentPaper
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
Subject
class
Name
data
expand
All
features
on
Change
outline
Paper
readonly
style
sx
transparent
Paper
react-declarative
Loading...
Represents the props for the FeatureView component.