Poq.SDK.Node

Home > @poq/sdk > Link > (constructor)

Link.(constructor)

Constructs a new instance of the Link class

Signature:

constructor(params: {
        title: string;
        url?: string;
        content?: string;
    });

Parameters

Parameter Type Description
params { title: string; url?: string; content?: string; }