Type Alias SharedNotePadFeatures
SharedNotePadFeatures: Message<"plugnmeet.SharedNotePadFeatures"> & {
isAllow: boolean;
isActive: boolean;
visible: boolean;
nodeId: string;
host: string;
notePadId: string;
readOnlyPadId: string;
}
Type Declaration
isAllow: boolean
isActive: boolean
visible: boolean
nodeId: string
host: string
notePadId: string
readOnlyPadId: string
Generated
from field: bool is_allow = 1;