Skip to content 

IPerson Interface

Packages > @fluidframework/container-definitions > IPerson

Person definition in a npm script

Signature:

export interface IPerson 

Properties

List of properties of this interface
Property Type Description
email string
name string
url string

Events

email

Signature:

email: string;

name

Signature:

name: string;

url

Signature:

url: string;