Search
Preparing search index...
The search index is not available
@types/azdata
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@types/azdata
FlexBuilder
Interface FlexBuilder
Hierarchy
ContainerBuilder
<
FlexContainer
,
FlexLayout
,
FlexItemLayout
,
ComponentProperties
>
FlexBuilder
Index
Methods
component
with
Items
with
Layout
with
Properties
with
Validation
Methods
component
component
(
)
:
FlexContainer
Returns
FlexContainer
with
Items
with
Items
(
components
:
Component
[]
, itemLayout
?:
FlexItemLayout
)
:
ContainerBuilder
<
FlexContainer
,
FlexLayout
,
FlexItemLayout
,
ComponentProperties
>
Parameters
components:
Component
[]
Optional
itemLayout:
FlexItemLayout
Returns
ContainerBuilder
<
FlexContainer
,
FlexLayout
,
FlexItemLayout
,
ComponentProperties
>
with
Layout
with
Layout
(
layout
:
FlexLayout
)
:
ContainerBuilder
<
FlexContainer
,
FlexLayout
,
FlexItemLayout
,
ComponentProperties
>
Parameters
layout:
FlexLayout
Returns
ContainerBuilder
<
FlexContainer
,
FlexLayout
,
FlexItemLayout
,
ComponentProperties
>
with
Properties
with
Properties<U>
(
properties
:
U
)
:
ComponentBuilder
<
FlexContainer
,
ComponentProperties
>
Type parameters
U
Parameters
properties:
U
Returns
ComponentBuilder
<
FlexContainer
,
ComponentProperties
>
with
Validation
with
Validation
(
validation
:
(
component
:
FlexContainer
)
=>
boolean
|
Thenable
<
boolean
>
)
:
ComponentBuilder
<
FlexContainer
,
ComponentProperties
>
Parameters
validation:
(
component
:
FlexContainer
)
=>
boolean
|
Thenable
<
boolean
>
(
component
:
FlexContainer
)
:
boolean
|
Thenable
<
boolean
>
Parameters
component:
FlexContainer
Returns
boolean
|
Thenable
<
boolean
>
Returns
ComponentBuilder
<
FlexContainer
,
ComponentProperties
>
Exports
Flex
Builder
component
with
Items
with
Layout
with
Properties
with
Validation
Generated using
TypeDoc