constructor(hub: Hub<Workspaces>,
channel: Type<any>,
detail: Detail,
doc: Doc
): EntryDraft channel: Type<any>
detail: Detail
doc: Doc
entry: Observable<Entry>
hub: Hub<Workspaces>
status: Observable<EntryStatus>
get $isContainer(): undefined | boolean
get $status(): EntryStatus
get i18n(): undefined | I18N
get id(): string
get index(): string
get parent(): undefined | string
get parents(): Array<string>
get path(): string
get root(): string
get source(): Entry
get title(): Label
get type(): string
get url(): string
get workspace(): string
get $status(): EntryProperty<undefined | EntryStatus, {}>
get title(): EntryProperty<string, {}>
get type(): EntryProperty<string, {}>
get url(): EntryProperty<string, {}>
getInput<V, M>(location: Array<string>
): {mutator: M, observe: {}, get value(): V} getLocation(location: Array<string>
): {parent: YMap<any>, shape: Shape<any, any>, target: YMap<any>} translation(locale: string
): undefined | Minimal