@guardian/cdk
Preparing search index...
constructs/core
AppIdentity
Variable AppIdentity
AppIdentity
:
{
isAppIdentity
(
props
:
any
)
:
props
is
AppIdentity
;
suffixText
(
appIdentity
:
AppIdentity
,
text
:
string
)
:
string
;
taggedConstruct
<
T
extends
IConstruct
>
(
appIdentity
:
AppIdentity
,
construct
:
T
,
)
:
T
;
}
Type declaration
isAppIdentity
:
function
isAppIdentity
(
props
:
any
)
:
props
is
AppIdentity
Parameters
props
:
any
Returns
props
is
AppIdentity
suffixText
:
function
suffixText
(
appIdentity
:
AppIdentity
,
text
:
string
)
:
string
Parameters
appIdentity
:
AppIdentity
text
:
string
Returns
string
taggedConstruct
:
function
taggedConstruct
<
T
extends
IConstruct
>
(
appIdentity
:
AppIdentity
,
construct
:
T
)
:
T
Type Parameters
T
extends
IConstruct
Parameters
appIdentity
:
AppIdentity
construct
:
T
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@guardian/cdk
Loading...