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