Preparing search index...
The search index is not available
@angular-wave/angular.ts
@angular-wave/angular.ts
types
TranscludeFunctionObject
Interface TranscludeFunctionObject
interface
TranscludeFunctionObject
{
isSlotFilled
:
(
(
arg0
:
string
)
=>
boolean
)
;
transcludeWithScope
:
(
(
arg0
:
Scope
,
arg1
:
CloneAttachFunction
,
arg2
:
JQLite
,
arg3
:
string
)
=>
JQLite
)
;
transcludeWithoutScope
:
(
(
arg0
:
CloneAttachFunction
,
arg1
:
JQLite
,
arg2
:
string
)
=>
JQLite
)
;
}
Index
Properties
is
Slot
Filled
transclude
With
Scope
transclude
Without
Scope
Properties
is
Slot
Filled
is
Slot
Filled
:
(
(
arg0
:
string
)
=>
boolean
)
Returns true if the specified slot contains content (i.e., one or more DOM nodes)
transclude
With
Scope
transclude
With
Scope
:
(
(
arg0
:
Scope
,
arg1
:
CloneAttachFunction
,
arg2
:
JQLite
,
arg3
:
string
)
=>
JQLite
)
transclude
Without
Scope
transclude
Without
Scope
:
(
(
arg0
:
CloneAttachFunction
,
arg1
:
JQLite
,
arg2
:
string
)
=>
JQLite
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Slot
Filled
transclude
With
Scope
transclude
Without
Scope
@angular-wave/angular.ts
Loading...
Returns true if the specified slot contains content (i.e., one or more DOM nodes)