Interface EditorShareOptions

interface EditorShareOptions {
    headerId: string;
    projectName: string;
}

Properties

headerId: string
projectName: string