Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Context.Select
ISelectState
Interface ISelectState
Select state interface
interface
ISelectState
{
data
?:
boolean
;
dispatch
:
Dispatch
<
ISelectAction
>
;
enabled
:
boolean
;
highlighted
?:
ISelect
;
part
?:
string
;
point
?:
ISelectPoint
;
postProcessing
?:
boolean
;
selected
:
ISelect
[]
;
type
?:
"edges"
|
"solids"
|
"faces"
;
}
Index
Properties
data?
dispatch
enabled
highlighted?
part?
point?
post
Processing?
selected
type?
Properties
Optional
data
data
?:
boolean
dispatch
dispatch
:
Dispatch
<
ISelectAction
>
enabled
enabled
:
boolean
Optional
highlighted
highlighted
?:
ISelect
Optional
part
part
?:
string
Optional
point
point
?:
ISelectPoint
Optional
post
Processing
postProcessing
?:
boolean
selected
selected
:
ISelect
[]
Optional
type
type
?:
"edges"
|
"solids"
|
"faces"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
dispatch
enabled
highlighted
part
point
post
Processing
selected
type
Tanatloc documentation
Loading...
Select state interface