interface _DocumentDirectoryConfiguration {
    collection: DirectoryCollection;
    renderUpdateKeys: string[];
}

Properties

collection: DirectoryCollection

The Document collection that this directory represents.

renderUpdateKeys: string[]

Updating one of these properties of a displayed Document will trigger a re-render of the tab.