interface MdxFileImportOptions {
    contentSegmentation?: boolean;
    excludeCodeBlocks?: boolean;
    excludedFrontMatterElements?: string[];
    srxStorageId?: number;
}

Properties

contentSegmentation?: boolean
excludeCodeBlocks?: boolean
excludedFrontMatterElements?: string[]
srxStorageId?: number