AngularTS
Preparing search index...
DirectiveCompileFn
Type Alias DirectiveCompileFn
DirectiveCompileFn
:
(
templateElement
?:
HTMLElement
,
templateAttributes
?:
Attributes
&
Record
<
string
,
any
>
,
transclude
?:
(
...
args
:
any
[]
)
=>
any
,
)
=>
void
|
DirectiveLinkFn
|
DirectivePrePost
A compile function used to prepare directives before linking.
Type Declaration
(
templateElement
?:
HTMLElement
,
templateAttributes
?:
Attributes
&
Record
<
string
,
any
>
,
transclude
?:
(
...
args
:
any
[]
)
=>
any
,
)
:
void
|
DirectiveLinkFn
|
DirectivePrePost
Parameters
Optional
templateElement
:
HTMLElement
Optional
templateAttributes
:
Attributes
&
Record
<
string
,
any
>
Optional
transclude
:
(
...
args
:
any
[]
)
=>
any
Returns
void
|
DirectiveLinkFn
|
DirectivePrePost
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
AngularTS
Loading...
A compile function used to prepare directives before linking.