TreeINFO-For-M365 documentation
    Preparing search index...

    Interface CurrentItem

    interface CurrentItem {
        contentTypeId: string;
        contentTypeName?: string;
        dirPath: string;
        initialFieldValues?: Record<string, unknown>;
        isRootItem: boolean;
        itemId?: number;
        list: IList;
        versionNo?: number;
    }

    Hierarchy

    • CurrentItem
      • CurrentItem
    Index

    Properties

    contentTypeId: string
    contentTypeName?: string
    dirPath: string
    initialFieldValues?: Record<string, unknown>
    isRootItem: boolean
    itemId?: number
    list: IList
    versionNo?: number

    When set, the form loads data for this specific version instead of the current item. Corresponds to SharePoint's internal version number (VersionNo URL parameter).