Home > @poq/sdk > Link > (constructor)
Constructs a new instance of the Link class
Signature:
constructor(params: {
        title: string;
        url?: string;
        content?: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { title: string; url?: string; content?: string; } |