solid-ui
    Preparing search index...

    Interface NewAppInstanceOptions

    interface NewAppInstanceOptions {
        appPathSegment?: string;
        div: HTMLElement;
        dom: HTMLDocument;
        event: any;
        folder: null | NamedNode;
        iconEle: HTMLImageElement;
        me: NamedNode;
        noIndexHTML: boolean;
        noun: string;
        pane: PaneDefinition;
        refreshTarget?: HTMLTableElement;
    }
    Index

    Properties

    appPathSegment?: string
    div: HTMLElement
    dom: HTMLDocument
    event: any
    folder: null | NamedNode
    iconEle: HTMLImageElement
    noIndexHTML: boolean
    noun: string
    pane: PaneDefinition
    refreshTarget?: HTMLTableElement