@lcap/nasl-unified-frontend-generator > bindAttrToIR
bindAttrToIR() function
Signature:
declare function bindAttrToIR(b: BindAttribute | {
type: 'component';
component: ComponentInstanceIR;
scopeVariable: string | undefined;
name: string;
}): BindAttributeIR;
Parameters
Parameter | Type | Description |
---|---|---|
b | BindAttribute | { type: 'component'; component: ComponentInstanceIR; scopeVariable: string | undefined; name: string; } |
Returns: