@valon-technologies/gestalt
Preparing search index...
services/runtime
ProviderIdentity
Interface ProviderIdentity
ProviderIdentity describes a provider surface and the protocol versions it supports.
interface
ProviderIdentity
{
kind
:
number
;
name
:
string
;
displayName
:
string
;
description
:
string
;
version
:
string
;
warnings
:
string
[]
;
minProtocolVersion
:
number
;
maxProtocolVersion
:
number
;
}
Index
Properties
kind
name
display
Name
description
version
warnings
min
Protocol
Version
max
Protocol
Version
Properties
kind
kind
:
number
name
name
:
string
display
Name
displayName
:
string
description
description
:
string
version
version
:
string
warnings
warnings
:
string
[]
min
Protocol
Version
minProtocolVersion
:
number
max
Protocol
Version
maxProtocolVersion
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
name
display
Name
description
version
warnings
min
Protocol
Version
max
Protocol
Version
@valon-technologies/gestalt
Loading...
ProviderIdentity describes a provider surface and the protocol versions it supports.