interface TextboxNotebookWidget {
    data: {
        text: string;
    };
    type: Text;
}

Properties

Properties

data: {
    text: string;
}

Type declaration

  • text: string
type: Text